Skip to content

Commit d7bf202

Browse files
authored
Merge pull request #58 from coliff/patch-1
correctly capitalize JavaScript
2 parents 0271969 + dbd6e29 commit d7bf202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will produce the correct URL to show just the specified file in your post r
5353

5454
## Disabling `noscript` support
5555

56-
By default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate `noscript` tags for search engines and browsers without Javascript support. If you'd like to disable this feature, for example, to speed up builds locally, add the following to your site's `_config.yml`:
56+
By default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate `noscript` tags for search engines and browsers without JavaScript support. If you'd like to disable this feature, for example, to speed up builds locally, add the following to your site's `_config.yml`:
5757

5858
```yml
5959
gist:

0 commit comments

Comments
 (0)