Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
docs: better copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 27, 2019
1 parent 5d1964d commit 406d48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br>
<img src="http://g.recordit.co/pMGKmq4ycR.gif" alt="nodengine">
<br>
Automatic NodeJS version switcher
Automagically switch your Node.js version based on `package.json`
<br>
<br>
<img src="https://img.shields.io/github/tag/Kikobeats/nodengine.svg?style=flat-square" alt="Last version">
Expand All @@ -18,7 +18,7 @@

<br>

**nodengine** is an automatic NodeJS switcher based on node version declared in `package.json`.
**nodengine** is an automatic way to switch your Node.js version per project reading `engines` fields at `package.json`.

It needs a global version manager as [n](https://www.npmjs.com/package/n) or [nvm](https://www.npmjs.com/package/nvm).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodengine",
"description": "NodeJS switcher based on node version declared in `package.json`.",
"description": "Node.js versions switcher based on engines at `package.json`.",
"homepage": "https://github.com/Kikobeats/nodengine",
"version": "3.3.1",
"bin": {
Expand Down

0 comments on commit 406d48b

Please sign in to comment.