From 390448c342252f272386802b0e708ca11f2ea651 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Wed, 22 Nov 2017 20:22:12 +0300 Subject: [PATCH] fix input definition file name --- docs/input-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input-definition.md b/docs/input-definition.md index 14bb505c4..7d50c6f9d 100644 --- a/docs/input-definition.md +++ b/docs/input-definition.md @@ -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.