diff options
author | brazacz <braza@outlook.cz> | 2021-05-15 12:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:41:59 +0800 |
commit | 4be2813565e8489cb52ff1c275f2f7b8b56c794f (patch) | |
tree | 903c349e175f9037f2a3b0ea4e99666d107f617d | |
parent | 8aaec6ae92c6c360d1386629de6a8e76eb789d30 (diff) |
docs: correct typo in README.md (#35)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ a star!** - Modern responsive web design. - Full layouts `home`, `post`, `tags`, `archive` and `about`. - Uses font awesome 5 for icons. -- Beautiful Syntax Highlight using [hilight.js][hilight-js]. +- Beautiful Syntax Highlight using [highlight.js][highlight-js]. - RSS support using [Jekyll Feed][jekyll-feed] gem. - Optimized for search engines using [Jekyll Seo Tag][jekyll-seo-tag] gem. - Sitemap support using [Jekyll Sitemap][jekyll-sitemap] gem. @@ -191,4 +191,4 @@ This theme is licensed under the [MIT license](https://opensource.org/licenses/m [jekyll-seo-tag]: https://github.com/jekyll/jekyll-seo-tag [jekyll-sitemap]: https://github.com/jekyll/jekyll-sitemap [jekyll-feed]: https://github.com/jekyll/jekyll-feed -[hilight-js]: https://github.com/highlightjs/highlight.js +[highlight-js]: https://github.com/highlightjs/highlight.js |