From 36c75ea416d7264e2b878207bb6c122211ff9b0c Mon Sep 17 00:00:00 2001 From: Ashley Svetlik Date: Tue, 2 Jul 2019 15:21:16 -0500 Subject: [PATCH] Removed Note before schema check --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5422d04c4..6b84f1ac1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -46,7 +46,7 @@ Although Pilosa doesn't keep the data in a tabular format, we still use the term Pilosa officially supports three client libraries, for Go, Java and Python. You can also use any HTTP client, such as curl, for quick testing, but official client libraries are the preferred method in production code. -Note: If at any time you want to verify the data structure, you can request the schema as follows: +If at any time you want to verify the data structure, you can request the schema as follows: ``` request curl localhost:10101/schema