From 6dec554566976be7b74191459950e142de0917c2 Mon Sep 17 00:00:00 2001 From: Amber1990Zhang <42762957+Amber1990Zhang@users.noreply.github.com> Date: Fri, 12 Jul 2019 11:05:39 +0800 Subject: [PATCH] typesetting --- docs/README.md | 2 +- docs/get-started.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index f21ec364291..ee53ae076e5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ * SQL-like query language ## How can I get Nebula ## -**Nebula Graph** source code is available here on [GitHub](https://github.com/vesoft-inc/nebula). The currently release is version 0.1. +**Nebula Graph** source code is available here on [GitHub](https://github.com/vesoft-inc/nebula). The currently release is version R1910_alpha. You can also download [Docker ](https://www.docker.com/get-started)image to try it. More details on how to get Nebula image click [Get Started](get-started/). diff --git a/docs/get-started.md b/docs/get-started.md index cfba201fe33..bd1b8ef9280 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -350,8 +350,7 @@ nebula> INSERT VERTEX student(name, age, gender) VALUES 201:("Mike", 18, "male") nebula> INSERT VERTEX student(name, age, gender) VALUES 202:("Jane", 17, "female"); nebula> INSERT VERTEX course(name, credits),building(name) VALUES 101:("Math", 3, "No5"); nebula> INSERT VERTEX course(name, credits),building(name) VALUES 102:("English", 6, "No11"); -======= -nebula> CREATE space myspace(partition_num=1, replica_factor=1) + ``` ```