Skip to content

Commit

Permalink
Merge pull request #18 from h5bp/readme-typo-fix
Browse files Browse the repository at this point in the history
Typo fixes on README
  • Loading branch information
roblarsen authored May 27, 2020
2 parents 857bb86 + 638308e commit 635ae3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ yarn start

These commands are equivalent and do the following:

1. Dowload and install the latest version of HTML5 Boilerplate
1. Download and install the latest version of HTML5 Boilerplate
2. Installs dependencies
3. Bundles site assets and start a web server using [parcel](https://parceljs.org/)
3. Bundles site assets and start a web server using [Parcel](https://parceljs.org/)
4. Opens a web browser pointed to http://localhost:1234/

## Requirements

`create-html5-boilerplate` is cross-platform. It works whereever node and npm work.
`create-html5-boilerplate` is cross-platform. It works wherever node and npm work.
The only requirements are for `npx`, which requires npm version 5.2 or greater and
`npm init` which requires an npm version greater than 6.0. If you're stuck on an
older version of npm you can still use `create-html5-boilerplate` by running the
Expand Down

0 comments on commit 635ae3f

Please sign in to comment.