diff --git a/packages/beasties-webpack-plugin/README.md b/packages/beasties-webpack-plugin/README.md index a627c4a..e503c5a 100644 --- a/packages/beasties-webpack-plugin/README.md +++ b/packages/beasties-webpack-plugin/README.md @@ -57,7 +57,7 @@ Create a Beasties plugin instance with the given options. #### Parameters -* `options` **Options** Options to control how Beasties inlines CSS. See +* `options` **Options** Options to control how Beasties inlines CSS. See #### Examples diff --git a/packages/beasties-webpack-plugin/src/index.js b/packages/beasties-webpack-plugin/src/index.js index 94f838a..945b2d3 100644 --- a/packages/beasties-webpack-plugin/src/index.js +++ b/packages/beasties-webpack-plugin/src/index.js @@ -35,7 +35,7 @@ const PLUGIN_NAME = 'beasties-webpack-plugin'; /** * Create a Beasties plugin instance with the given options. * @public - * @param {Options} options Options to control how Beasties inlines CSS. See https://github.com/danielroe/beasties#usage + * @param {Options} options Options to control how Beasties inlines CSS. See https://github.com/danielroe/beasties#simple-example * @example * // webpack.config.js * module.exports = {