README.md: fix markup for hyperlinks
authorrofl0r <[email protected]>
Fri, 20 Jan 2017 22:03:10 +0000 (20 22:03 +0000)
committerrofl0r <[email protected]>
Fri, 20 Jan 2017 22:03:10 +0000 (20 22:03 +0000)
README.md

index 82da7f0..162c1b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@ jsbot - an efficient javascript IRC bot
 =======================================
 
 this is a very space-efficient of a javascript IRC bot.
-the core is written in C and uses mujs[0] as a tiny javascript interpreter,
-and rocksock[1] as a very efficient network socket implementation with
+the core is written in C and uses [mujs][0] as a tiny javascript interpreter,
+and [rocksock][1] as a very efficient network socket implementation with
 SSL support.
-a static linked binary is about 350 KB, if it was linked against musl
-libc[2], and rocksock was built against wolfssl[3].
+a static linked binary is about 350 KB, if it was linked against
+[musl libc][2], and rocksock was built against [wolfssl][3].
 
 usage
 -----