From 2d4457b019cbcdc6188813c49cf372fe67ea85c0 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Mon, 6 Feb 2017 20:02:46 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20fix=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ba451..d8b6247 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A combo of two npm projects, the backend and the frontend. So there are two `pac 1. [`package.json`](package.json) for [Node server](server/) & [Heroku deploy](https://devcenter.heroku.com/categories/deployment) * `postinstall` script builds the React UI webpack bundle * `cacheDirectories` includes `react-ui/node_modules/` to optimize deploy to Heroku - 2. [`react-ui/package.json`](package.json) for [React web UI](react-ui/) + 2. [`react-ui/package.json`](react-ui/package.json) for [React web UI](react-ui/) * generated by [create-react-app](https://github.com/facebookincubator/create-react-app)