Skip to content

Commit b7e5674

Browse files
committed
Merge pull request #4 from chuchao333/feature/improve-readmes-enlish-usage
Improvement Documentation: various corrections of the English usage i…
2 parents c1104ff + 25d1a6b commit b7e5674

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ TiDB is a distributed SQL database.
55
Inspired by the design of Google [F1](http://research.google.com/pubs/pub41344.html), TiDB supports the best features of both traditional RDBMS and NoSQL.
66

77
- __Horizontal scalability__
8-
Grow TiDB as your business grows. You can increase the capacity by simply adding more machines.
8+
Grow TiDB as your business grows. You can increase the capacity simply by adding more machines.
99

1010
- __Asynchronous schema changes__
11-
Evolve TiDB schemas as your requirement evolves. You can add new columns and indices without to stop or affect the on-going operations.
11+
Evolve TiDB schemas as your requirement evolves. You can add new columns and indices without stopping or affecting the on-going operations.
1212

1313
- __Consistent distributed transactions__
14-
Think TiDB as a single-machine RDBMS. You can start a transaction that across multiple machines without worrying about consistency. TiDB makes your application code simple and robust.
14+
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.
1515

1616
- __Compatible with MySQL protocol__
1717
Use TiDB as MySQL. You can replace MySQL with TiDB to power your application without changing a single line of code in most cases.
1818

1919
- __Written in Go__
20-
Enjoy TiDB as much as we love Go. We believe Go code is both easy and enjoyable to work with. Go makes us improve TiDB fast and makes you easy to dive into the codebase.
20+
Enjoy TiDB as much as we love Go. We believe Go code is both easy and enjoyable to work with. Go makes us improve TiDB fast and makes it easy to dive into the codebase.
2121

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

0 commit comments

Comments
 (0)