Merge pull request #12 from steffkes/steffkes-patch-1
correct index source in README
This commit is contained in:
commit
f750fff64f
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue