From 24a481091973886a156a1e1e000a930996aea491 Mon Sep 17 00:00:00 2001
From: bfagundez <bfagundez@gmail.com>
Date: Sat, 27 Oct 2012 14:27:11 -0200
Subject: [PATCH] Modified the default url to highlight

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 03c30be2..688704a7 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Windows, see [the CP forum](http://couchpota.to/forum/showthread.php?tid=14) for
 * Open up `Git Bash` (or CMD) and go to the folder you want to install CP. Something like Program Files.
 * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git`.
 * You can now start CP via `CouchPotatoServer\CouchPotato.py` to start
-* Open your browser and go to: 'http://localhost:5050/'
+* Open your browser and go to: `http://localhost:5050/`
 
 OSx:
 
@@ -27,7 +27,7 @@ OSx:
 * Go to your App folder `cd /Applications`
 * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git`
 * Then do `python CouchPotatoServer/CouchPotato.py`
-* Open your browser and go to: 'http://localhost:5050/'
+* Open your browser and go to: `http://localhost:5050/`
 
 Linux (ubuntu / debian):
 
@@ -39,4 +39,4 @@ Linux (ubuntu / debian):
 * Change the paths inside the init script. `sudo nano /etc/init.d/couchpotato`
 * Make it executable. `sudo chmod +x /etc/init.d/couchpotato`
 * Add it to defaults. `sudo update-rc.d couchpotato defaults`
-* Open your browser and go to: 'http://localhost:5050/'
+* Open your browser and go to: `http://localhost:5050/`
-- 
GitLab