From 28cd9d9a48059d86d28ac2ba36ce546891613682 Mon Sep 17 00:00:00 2001 From: Kasper Holbek Jensen Date: Sat, 16 Dec 2017 17:33:12 +0100 Subject: [PATCH] Fix missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 816b607..3a45ec9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In addition to Webpack and React, this box adds: react-router, redux and redux-a * __Why is there both a truffle.js file and a truffle-config.js file?__ - `truffle-config.js` is a copy of `truffle.js` for compatibility with Windows development environments. Feel free to it if it's irrelevant to your platform. + `truffle-config.js` is a copy of `truffle.js` for compatibility with Windows development environments. Feel free to delete it if it's irrelevant to your platform. * __Where is my production build?__