diff --git a/README.md b/README.md index a1ddde8..ea02bc8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Only does one thing, hopefully well:

For full functionality of this site it is necessary to enable JavaScript. Here are the - instructions how to enable JavaScript in your web browser. + instructions how to enable JavaScript in your web browser.

``` @@ -30,7 +30,7 @@ The default `noScript` value is: noScript: { 'content': "

" + "For full functionality of this site it is necessary to enable JavaScript." + - "Here are the " + + "Here are the " + "instructions on how to enable JavaScript in your web browser." + "

" } diff --git a/index.js b/index.js index 089957f..44c4e2a 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ module.exports = { tag: 'noscript', content: "

" + "For full functionality of this site it is necessary to enable JavaScript." + - "Here are the " + + "Here are the " + "instructions on how to enable JavaScript in your web browser." + "

" }