Marking filename with backticks as suggested

This commit is contained in:
Jonathan Thornton 2016-09-19 12:08:20 -05:00 committed by GitHub
parent 1a11536a2c
commit f2bfc832a0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Add this line to your Jekyll site's Gemfile:
gem <%= theme_name.inspect %>
```
And add this line to your Jekyll site's _config.yml:
And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: <%= theme_name %>