Update docs

Quads must end with a dot ("."), as specified in the grammar
This commit is contained in:
bcleenders 2014-12-29 00:12:37 +01:00
parent 8efb94d2b7
commit 07167998ab

View file

@ -53,13 +53,13 @@ Where you'll be given a `cayley>` prompt. It's expecting Gremlin/JS, but that ca
New nodes and links can be added with the following command:
```bash
cayley> :a object predicate subject label
cayley> :a object predicate subject label .
```
Removing links works similarly:
```bash
cayley> :d object predicate subject label
cayley> :d object predicate subject .
```
This is great for testing, and ultimately also for scripting, but the real workhorse is the next step.