diff --git a/README.md b/README.md index ba24818..c651ae8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM Version](https://img.shields.io/npm/v/ask-community-interceptors.svg)](https://www.npmjs.com/package/ask-community-interceptors) [![NPM Downloads](https://img.shields.io/npm/dt/ask-community-interceptors.svg)](https://www.npmjs.com/package/ask-community-interceptors) -# ASK Community Decorators +# ASK Community Interceptors This library provides Request and Response Interceptors to use in building Alexa skills with the [ASK SDK v2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs). diff --git a/docs/ILogger.md b/docs/ILogger.md index 7cb89fb..a611e78 100644 --- a/docs/ILogger.md +++ b/docs/ILogger.md @@ -1,6 +1,6 @@ # ILogger -A interface used in creating your own logger. This library include [ConsoleLogger](ConsoleLogger.md) which writes to `console.log`. +A interface used in creating your own logger. This library includes [ConsoleLogger](ConsoleLogger.md) which writes to `console.log`. ## Usage