diff --git a/README.md b/README.md index 5db0da92..7d85ca4f 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ The processor will convert HTML comments immediately preceding a code block into This permits configuring ESLint via configuration comments while keeping the configuration comments themselves hidden when the markdown is rendered. Comment bodies are passed through unmodified, so the plugin supports any [configuration comments](http://eslint.org/docs/user-guide/configuring) supported by ESLint itself. -This example enables the `browser` environment, disables the `no-alert` rule, and configures the `quotes` rule to prefer single quotes: +This example enables the `alert` global variable, disables the `no-alert` rule, and configures the `quotes` rule to prefer single quotes: ````markdown