Skip to content

Commit

Permalink
chore(readme): another attempt at code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 30, 2018
1 parent a1a5dd9 commit 24db7bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This repo is the home for Aurelia's concatenated script-tag-ready build.

1. Install the dependencies

```bash
npm install
```
```bash
npm install
```

2. Run either the build / bundle script

```bash
# Build only core
npm run build
# Or full build, with router
npm run bundle
```
```bash
# Build only core
npm run build
# Or full build, with router
npm run bundle
```

## Run the example project
1. Go to example folder inside this project
Expand Down

0 comments on commit 24db7bf

Please sign in to comment.