Skip to content

Commit

Permalink
Fix doc issue and removed repo attribute (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
daradermody authored Jan 16, 2020
1 parent 01e8b5b commit 7678c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Installation

Please ensure that you have a relatively recent version of NodeJs installed:
Please ensure that your version of NodeJs is greater than 10:
```bash
node --version
//
node --version // v10.14.2
```

First, install [Yeoman](http://yeoman.io) and generator-web-service [npm](https://www.npmjs.com/).
Expand All @@ -26,4 +25,4 @@ To use a generator that exists as a local repository, run `npm link` in the repo
yo @sirensolutions/web-service
```

If you make additional changes to the repository, you don't have to rerun `npm link`.
If you make additional changes to the repository, you don't have to rerun `npm link`.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.2",
"description": "Generator that allows users to easily create web service drivers",
"homepage": "https://siren.io",
"repository": "https://github.com/sirensolutions/web-service-interface.git",
"license": "GPL-3.0-or-later",
"author": "Dara Dermody",
"files": [
Expand Down

0 comments on commit 7678c78

Please sign in to comment.