diff --git a/README.md b/README.md index 67fb4c8..eacd030 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ uglify-js` from your home directory, then add the output from `npm bin` into your path so that you have access to `uglifyjs` from the command line (remember to restart your terminal window when adding to the path.) -Once you have `ugligfyjs` command available, running `make` from your +Once you have `uglifyjs` command available, running `make` from your fork's root directory will rebuild both `nv.d3.js` and `nv.d3.min.js`. Without UglifyJS, you won't get the minified version when running make.