diff --git a/README.md b/README.md index 7c6a616..1ace7cc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A simple web-server for productive front-end development. Typical use cases: * Front-end Development * Static or Single Page App development * Re-route paths to local or remote resources - * Efficient, predictable, entity-tag-powered conditional requests (no need to 'Disable Cache' in DevTools, slowing page-load down) + * Efficient, predictable, entity-tag-powered conditional request handling (no need to 'Disable Cache' in DevTools, slowing page-load down) * Bundle with your front-end project * Very little configuration, just a few options * Outputs a dynamic statistics view to the terminal diff --git a/jsdoc2md/README.hbs b/jsdoc2md/README.hbs index 9c4bafe..f1f425a 100644 --- a/jsdoc2md/README.hbs +++ b/jsdoc2md/README.hbs @@ -12,7 +12,7 @@ A simple web-server for productive front-end development. Typical use cases: * Front-end Development * Static or Single Page App development * Re-route paths to local or remote resources - * Efficient, predictable, entity-tag-powered conditional requests (no need to 'Disable Cache' in DevTools, slowing page-load down) + * Efficient, predictable, entity-tag-powered conditional request handling (no need to 'Disable Cache' in DevTools, slowing page-load down) * Bundle with your front-end project * Very little configuration, just a few options * Outputs a dynamic statistics view to the terminal