Skip to content

Commit

Permalink
Fix sample data doc
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Aug 26, 2019
1 parent 06b7327 commit cc55e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ curl localhost:8080/dictionary/english/english/apple
```

## Sample dictionary
The `sample` directory shows how to setup an English-English and English-Italian dictionary. Copy the language configuration from `sample/sample-config.toml` to your `config.toml` and execute `sample/data.sql` on your database.
The `sample/sample.sql` shows how to setup an English-English and English-Italian dictionary. Retaining the English-Italian config in the generated sample config file, execute `sample/sample.sql` on your database.

Then try:
```shell
Expand Down

0 comments on commit cc55e20

Please sign in to comment.