Explorar o código

Merge pull request #125 from boriskaiser/patch-3

Fix localhost link
Tim Dorr %!s(int64=9) %!d(string=hai) anos
pai
achega
a0a58cbd4b
Modificáronse 1 ficheiros con 1 adicións e 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