diff --git a/README.md b/README.md index 5c13f36..6236f17 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ A repository with a detailed example can be found [here](https://github.com/hugo To solve this problem, a simple JavaScript script needs to be executed in the browser console so that the maximum width size is increased. The results are shown in the following image: Before: - ![Before JS Script](./docs/images/before_js_script_comment_length.png "Before JS Script") + ![Before JS Script](./docs/images/before_js_script_comment_length_white.png "Before JS Script") After: - ![After JS Script](./docs/images/after_js_script_comment_length.png "After JS Script") + ![After JS Script](./docs/images/after_js_script_comment_length_white.png "After JS Script") The script to be executed is the following: ```javascript diff --git a/docs/images/after_js_script_comment_length_white.png b/docs/images/after_js_script_comment_length_white.png new file mode 100644 index 0000000..ff58d9c Binary files /dev/null and b/docs/images/after_js_script_comment_length_white.png differ diff --git a/docs/images/before_js_script_comment_length_white.png b/docs/images/before_js_script_comment_length_white.png new file mode 100644 index 0000000..782892c Binary files /dev/null and b/docs/images/before_js_script_comment_length_white.png differ