fix input definition file name

This commit is contained in:
Yuce Tekol 2017-11-22 20:22:12 +03:00
parent 450a4c0724
commit 390448c342
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -27,7 +27,7 @@ curl -OL https://github.com/pilosa/getting-started/raw/master/input_definition.j
Run the following to create the input definition:
```
curl localhost:10101/index/repository/input-definition/stargazer -d @json_input.json
curl localhost:10101/index/repository/input-definition/stargazer -d @input_definition.json
```
Instead of creating a `stargazer` frame and a `language` frame individually like in [Getting Started](../getting-started/), we can create multiple frames in one input definition.