summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-13 14:57:05 +0100
committerantirez <antirez@gmail.com>2015-02-13 14:57:08 +0100
commitc414db2f98b4d78f7b0dc8205f870b4b77346c99 (patch)
tree376c17558ae9bf4136a94d731668cc829d33fb47 /README.md
parent097b3079b4be704879505a51189a7e7f7028457d (diff)
downloadredis-c414db2f98b4d78f7b0dc8205f870b4b77346c99.tar.gz
A few more README markdown conversions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1aef03559..e4386baa0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-This README is just a fast "quick start" document. You can find more detailed documentation at http://redis.io.
+This README is just a fast *quick start* document. You can find more detailed documentation at http://redis.io.
Building Redis
--------------
@@ -8,8 +8,8 @@ We support big endian and little endian architectures, and both 32 bit
and 64 bit systems.
It may compile on Solaris derived systems (for instance SmartOS) but our
-support for this platform is "best effort" and Redis is not guaranteed to
-work as well as in Linux, OSX, and *BSD there.
+support for this platform is *best effort* and Redis is not guaranteed to
+work as well as in Linux, OSX, and `*`BSD there.
It is as simple as: