Skip to content

fix Readme headings #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This addon currently requires ember-cli-fastboot to also be installed as a depen

This addon has been tested with Ember CLI 2.6.1.

##Examples
## Examples
- [robwebdev/fastboot-website](https://github.com/robwebdev/fastboot-website) - A fork of the FastBoot website, [converted to a static site](https://github.com/robwebdev/fastboot-website/commit/ce3bca25a980b9a668aeb32aef01e44bcf5c8e23) using ember-cli-static-site.
- [ember-cli-static-site-website](https://github.com/robwebdev/ember-cli-static-site-website) - The source for [ember-cli-static-site.com](http://www.ember-cli-static-com)

Expand All @@ -33,10 +33,10 @@ You need to tell the addon which routes to hit when the static site is generated

`vendor.js` and `app.js` are not included in the generated pages therefore **the Ember app will not boot on the client**.

##`link-to`
## `link-to`
Use `link-to` helpers as you would normally. The `href` attribute will be modified with a path to a static page.

##`build` and `serve`
## `build` and `serve`
Use `ember build` and `ember serve` as you would normally. The static pages will be output to the dist path like a regular build.

## Collaboration
Expand Down