From fecb41b275471cbb0975c44c42c06a50dc73a554 Mon Sep 17 00:00:00 2001
From: David Dias <daviddias.p@gmail.com>
Date: Wed, 14 Sep 2016 01:34:15 -0400
Subject: [PATCH] readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73969aa4..618bf06e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 libp2p is a networking stack and library modularized out of The IPFS Project, and bundled separately for other tools to use.
 
-This repo is only the skeleton to create libp2p builds. If you want 'off the shelf' builds of libp2p, you can check:
+**This repo is only the skeleton to create libp2p builds. If you want 'off the shelf' builds of libp2p, you can check:**
 
 - [libp2p-ipfs](https://github.com/ipfs/js-libp2p-ipfs) - The libp2p build used by js-ipfs when run in Node.js
 - [libp2p-ipfs-browser](https://github.com/ipfs/js-libp2p-ipfs-browser) - The libp2p build used by js-ipfs when run in a Browser (that supports WebRTC)