@@ -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
 -----