diff --git a/README.md b/README.md index 17c6dd8..6a064a9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ with a few enhancements thrown in for good measure: 1. Install the theme as a Ruby Gem by adding it to your `Gemfile` like so: ```ruby - gem "jekyll-theme-basically-basic", :git => "https://github.com/mmistakes/jekyll-theme-basically-basic.git" + gem "jekyll-theme-basically-basic" ``` 2. Fetch and update your bundled gems by running the following diff --git a/_layouts/default.html b/_layouts/default.html index f8c814a..87f52ff 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@