ソースを参照

Merge pull request #127 from boriskaiser/patch-5

Fix localhost link
Tim Dorr 9 年 前
コミット
ca45c4604b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lessons/11-productionish-server/README.md

+ 1 - 1
lessons/11-productionish-server/README.md

@@ -62,7 +62,7 @@ NODE_ENV=production npm start
 ```
 
 Congratulations! You now have a production server for this app. After
-clicking around, try navigating to `http://localhost:8080/package.json`.
+clicking around, try navigating to [http://localhost:8080/package.json](http://localhost:8080/package.json).
 Whoops.  Let's fix that. We're going to shuffle around a couple files and
 update some paths scattered across the app.