Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme and repo #3

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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