Skip to content

Commit

Permalink
chore: update link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2024
1 parent 12c1a33 commit 78a51f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/beasties-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Create a Beasties plugin instance with the given options.

#### Parameters

* `options` **Options** Options to control how Beasties inlines CSS. See <https://github.com/danielroe/beasties#usage>
* `options` **Options** Options to control how Beasties inlines CSS. See <https://github.com/danielroe/beasties#simple-example>

#### Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/beasties-webpack-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 78a51f5

Please sign in to comment.