Merge pull request #12 from steffkes/steffkes-patch-1

correct index source in README
This commit is contained in:
Daniel Berkompas 2018-04-14 10:33:12 -07:00 committed by GitHub
commit f750fff64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ config :my_app, MyApp.ElasticsearchCluster,
#
# Each piece of data that is returned by the store must implement the
# Elasticsearch.Document protocol.
sources: [Post]
sources: [MyApp.Post]
}
}
```