Skip to content

Commit ff3761c

Browse files
committed
fixing little typo in readme
1 parent aa4af59 commit ff3761c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# angular-cli-ghpages
2+
[![NPM version][npm-image]][npm-url]
23

34
<hr>
45

@@ -24,7 +25,7 @@ This addon has the following prerequisites:
2425
- Git 1.7.6 or higher
2526
- Angular project created via [angular-cli](https://github.com/angular/angular-cli)
2627

27-
To install this addon all you need to do is install `angular-cli-github-pages` via npm:
28+
To install this addon run the following command:
2829

2930
```sh
3031
npm install --save-dev angular-cli-ghpages
@@ -59,7 +60,7 @@ Hardcoded additional text is always added, if the environment variable `process.
5960

6061
Example:
6162
```sh
62-
ng ghpages --message "What could possibly go wrong?"
63+
ng ghpages --message="What could possibly go wrong?"
6364
```
6465

6566

@@ -129,4 +130,7 @@ The special extra option `--` is used to delimit the end of the command. npm wil
129130

130131

131132
## License
132-
Code released under the [MIT license](https://opensource.org/licenses/MIT).
133+
Code released under the [MIT license](https://opensource.org/licenses/MIT).
134+
135+
[npm-url]: https://www.npmjs.com/package/angular-cli-ghpages
136+
[npm-image]: https://badge.fury.io/js/angular-cli-ghpages.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli-ghpages",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Angular CLI addon. Publish to any gh-pages branch on GitHub (or any other branch on any other remote).",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)