Update README.md

correct typo
This commit is contained in:
Caesar11 2017-11-16 14:20:35 +08:00 committed by GitHub
parent 2d79f873fa
commit bcc8ea0a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Gstore System(also called gStore) is a graph database engine for managing large graph-structured data, which is open-source and targets at Linux operation systems. The whole project is written in C++, with the help of some libraries such as readline, antlr, and so on. Only source tarballs are provided currently, which means you have to compile the source code if you want to use our system.
**The formal help document is in [EN](docs/help/gStore_help.pdf) and [CH](docs/help/gStore_help_CN.pdf).**
**The formal help document is in [English(EN)](docs/help/gStore_help.pdf) and [中文(CN)](docs/help/gStore_help_CN.pdf).**
**The formal experiment result is in [Experiment](docs/test/formal_experiment.pdf).**