diff --git a/README.md b/README.md index 2e291b5e20..d97ed337fe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll To set up your environment to develop this theme, run `bundle install`. -To test your theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme and the contents of the `example/` directory. As you make modifications to your theme and to the example site, your site will regenerate and you should see the changes in the browser after a refresh. +To test your theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/minima/`. This starts a Jekyll server using your theme and the contents of the `example/` directory. As you make modifications to your theme and to the example site, your site will regenerate and you should see the changes in the browser after a refresh. ## License