Skip to content

Commit

Permalink
Fix readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Nov 20, 2017
1 parent d747941 commit a6a380b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install -g yo
Then generate your new project:

```bash
yo angularng
yo ajslib
```

## Getting To Know Yeoman
Expand All @@ -28,7 +28,7 @@ yo angularng
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
* Documentation on [AngularNG](https://github.com/yadickson/generator-angularng).
* Documentation on [AngularJS Library](https://github.com/yadickson/generator-ajslib#readme).

<% if (license) { %>
## License
Expand All @@ -50,4 +50,4 @@ yo angularng

[vulnerabilities-image]: https://snyk.io/package/npm/<%= name %>/badge.svg
[vulnerabilities-url]: https://snyk.io/package/npm/<%= name %>
<% } %>
<% } %>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ajslib",
"version": "1.3.7",
"version": "1.4.0",
"description": "Yeoman Gulp Generator for AngularJS Library",
"homepage": "https://github.com/yadickson/generator-ajslib",
"author": {
Expand Down

0 comments on commit a6a380b

Please sign in to comment.