diff --git a/README.md b/README.md index 43820578..ee6ca9b6 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Theme documentation and demo pages can be found in the [`/docs`](docs) if submit To set up your environment to develop this theme, run `bundle install`. -To test the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using your theme and the contents of the `test/` 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 the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh. ---