From 400614a6e3b02e8cc73f2cc5db6f2eda7b1e835f Mon Sep 17 00:00:00 2001 From: wendelb Date: Sat, 18 Aug 2018 09:57:51 +0200 Subject: [PATCH] Fixed Markdown in Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afd210c..e0c7465 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ RocksDB is a new embedded database for storing key-value pairs developed by Face https://github.com/facebook/rocksdb -###Simple Example +### Simple Example + Open(true); @@ -21,7 +22,7 @@ https://github.com/facebook/rocksdb Check `test/test.php` for more examples. -##Platforms +## Platforms RocksDB is said to compile on Linux and Mac OS X. So far, I haven't seen anyone getting it to build on Windows, but it should work. My build environment is: