Explorar el Código

Merge pull request #125 from boriskaiser/patch-3

Fix localhost link
Tim Dorr hace 9 años
padre
commit
a0a58cbd4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lessons/08-index-routes/README.md

+ 1 - 1
lessons/08-index-routes/README.md

@@ -69,7 +69,7 @@ render((
 ), document.getElementById('app'))
 ```
 
-Now open http://localhost:8080 and you'll see the new component is
+Now open [http://localhost:8080](http://localhost:8080) and you'll see the new component is
 rendered.
 
 Notice how the `IndexRoute` has no path. It becomes