Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix incorrect dev build command
  • Loading branch information
RAM92 authored Dec 1, 2018
1 parent 5f9716d commit 9de60bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To develop the Augury extension, the following environment is used:
git clone git://github.com/rangle/augury
cd augury
npm install
npm run dev-build
npm run build:dev
```

Try out the extension with one of the example app from the [Guide](https://augury.angular.io/pages/guides/).
Expand Down

0 comments on commit 9de60bc

Please sign in to comment.