Skip to content

Commit 421da85

Browse files
committed
readme: render lists better on GitHub
Removed leading whitespaces. This way GitHub does not interpret the text as a verbatim block and render it as a list.
1 parent 5ac96de commit 421da85

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.rst

+14-14
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,24 @@ Redis. It's open source, `BSD licensed`_.
6161
Features
6262
--------
6363

64-
* ANSI SQL, including views, joins, referential and check constraints
65-
* Lua packages for non-blocking I/O, fibers and HTTP
66-
* MsgPack data format and MsgPack based client-server protocol
67-
* Two data engines:
68-
* memtx - the in-memory storage engine with optional persistence
69-
* vinyl - the on-disk storage engine to use with large data sets
70-
* secondary key and index iterators support (can be non-unique and composite)
71-
* multiple index types: HASH, BITSET, TREE, RTREE
72-
* asynchronous master-master replication
73-
* authentication and access control
64+
* ANSI SQL, including views, joins, referential and check constraints
65+
* Lua packages for non-blocking I/O, fibers and HTTP
66+
* MsgPack data format and MsgPack based client-server protocol
67+
* Two data engines:
68+
* memtx - the in-memory storage engine with optional persistence
69+
* vinyl - the on-disk storage engine to use with large data sets
70+
* secondary key and index iterators support (can be non-unique and composite)
71+
* multiple index types: HASH, BITSET, TREE, RTREE
72+
* asynchronous master-master replication
73+
* authentication and access control
7474

7575
See More
7676
^^^^^^^^
7777

78-
* `Tarantool Homepage`_
79-
* `Tarantool at Github`_
80-
* `Tarantool User Guide`_
81-
* `Client-server Protocol Specification`_
78+
* `Tarantool Homepage`_
79+
* `Tarantool at Github`_
80+
* `Tarantool User Guide`_
81+
* `Client-server Protocol Specification`_
8282

8383
NOTE
8484
^^^^

0 commit comments

Comments
 (0)