Skip to content

Commit

Permalink
doc: fix some typos and syntax errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyanzhe committed Dec 19, 2015
1 parent 60ec9fc commit 9908dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Grow TiDB as your business grows. You can increase the capacity simply by adding
Evolve TiDB schemas as your requirement evolves. You can add new columns and indices without stopping or affecting the on-going operations.

- __Consistent distributed transactions__
Think TiDB as a single-machine RDBMS. You can start a transaction that acrosses multiple machines without worrying about consistency. TiDB makes your application code simple and robust.
Think TiDB as a single-machine RDBMS. You can start a transaction that crosses multiple machines without worrying about consistency. TiDB makes your application code simple and robust.

- __Compatible with MySQL protocol__
Use TiDB as MySQL. You can replace MySQL with TiDB to power your application without changing a single line of code in most cases.
Expand All @@ -22,10 +22,10 @@ Enjoy TiDB as much as we love Go. We believe Go code is both easy and enjoyable


- __NewSQL over HBase__
Turns HBase into NewSQL database
Turn HBase into NewSQL database

- __Multiple storage engine support__
Power TiDB with your most favorite engines. TiDB supports many popular storage engines in single-machine mode. You can choose from goleveldb, LevelDB, RocksDB, LMDB, BoltDB and even more to come.
Power TiDB with your most favorite engines. TiDB supports many popular storage engines in single-machine mode. You can choose from GolevelDB, LevelDB, RocksDB, LMDB, BoltDB and even more to come.

## Status

Expand Down
4 changes: 2 additions & 2 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#### Run TiDB with docker

You can quickly test tidb with docker, the source repository contains the Dockerfile which
You can quickly test TiDB with docker, the source repository contains the Dockerfile which
contains local tidb-server.

Or you can pull TiDB docker image contains HBase standalone and then run TiDB as distributed database in a docker container.
Or you can pull TiDB docker image contains HBase standalone and then run TiDB as a distributed database in a docker container.

To install docker on your system, you can read the document on https://docs.docker.com/

Expand Down

0 comments on commit 9908dd4

Please sign in to comment.