Update README.md

This commit is contained in:
Taylor Bryant 2020-02-08 13:35:51 -06:00 committed by GitHub
parent d1adc0c6ca
commit 4c726fffab
1 changed files with 2 additions and 2 deletions

View File

@ -34,13 +34,13 @@ A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https:
## Build your site
* `npm run build:dev` to compile the site with development settings
* `npm run build:production` to compile the site for production
* `npm run build:production` or `npm run build` to compile the site for production
## Deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/taylorbryant/jekyll-starter-tailwind)
Note: By default, Netlify uses `jekyll build` as the build command. Make sure to change this to `npm run build`.
Note: By default, Netlify uses `jekyll build` as the build command. Make sure to change this to `npm run build` or `npm run build:production`.
## License
[MIT](https://github.com/taylorbryant/jekyll-starter-tailwind/blob/master/LICENSE.md)