Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 18, 2017
1 parent 78b42b2 commit fded23f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
#Webpack Boilerplate
# Webpack Boilerplate

A webpack boilerplate that includes the following libs:

Expand All @@ -11,18 +11,18 @@ A webpack boilerplate that includes the following libs:

in order to quickly build up a production-ready marketing website.

###Example Page
### Example Page
[DEMO](http://geniuscarrier.com/demo/webpack-boilerplate/)

![GIF](http://geniuscarrier.me/images/webpack-boilerplate.gif)

###Install dependencies
### Install dependencies

```
npm install
```

###Developing locally
### Developing locally

1. Run

Expand All @@ -32,7 +32,7 @@ npm install

2. In your browser, navigate to: [http://localhost:8080/](http://localhost:8080/)

###Publish
### Publish

1. In `webpack.config.js` file, replace `www.example.com` with the real domain name.

Expand Down

0 comments on commit fded23f

Please sign in to comment.