From a20adffd85d0d206fcd77691e31d11306cefc456 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Thu, 28 Sep 2017 19:06:56 +0300 Subject: [PATCH] zap remaining label ref --- docs/getting-started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index c1eef3c08..84c5fd0bf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -57,8 +57,6 @@ Before we can import data or run queries, we need to create our indexes and the curl localhost:10101/index/repository -X POST ``` -Repository IDs are the main focus of the `repository` index, so we chose `repo_id` as the column label. - Let's create the `stargazer` frame which has user IDs of stargazers as its rows: ``` curl localhost:10101/index/repository/frame/stargazer \