diff --git a/README.md b/README.md index fc54a121..0b25f81d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Overview -[Web Starter Kit](http://developers.google.com/web/starter-kit) is a starting point for multi-screen web development. It encompassing opinionated recommendations on boilerplate and tooling for building an experience that works great across multiple devices. We help you stay aligned with the best practices outlined in Google's [Web Fundamentals](http://developers.google.com/web/fundamentals). +[Web Starter Kit](http://developers.google.com/web/starter-kit) is a starting point for multi-screen web development. It encompasses opinionated recommendations on boilerplate and tooling for building an experience that works great across multiple devices. We help you stay productive & aligned with the best practices outlined in Google's [Web Fundamentals](http://developers.google.com/web/fundamentals). ## Features @@ -116,6 +116,10 @@ This is not to say that Web Starter Kit cannot be used in browsers older than th If you find yourself running into issues during installation or running the tools, please check our [Troubleshooting](https://github.com/google/web-starter-kit) guide and then open an [issue](https://github.com/google/web-starter-kit/issues). We would be happy to discuss how they can be solved. +## Opt-out Of Tooling + +If you would prefer not to use any of our tooling, delete the following files from the project: `package.json`, `gulpfile.js`, `.jshintrc`. You can now safely use the boilerplate with an alternative build-system or no build-system at all if you choose. + ## Inspiration Web Starter Kit is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplate.com/mobile/) and Yeoman's [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp), having taken input from contributors to both projects during development.