Skip to content

Commit c04b348

Browse files
authored
Merge pull request #7 from VasilyStrelyaev/master
Readme template - Remove global flag from installation instructions
2 parents 7b406b0 + 3b981a7 commit c04b348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the **<%= reporterName %>** reporter plugin for [TestCafe](http://devexp
1010
## Install
1111

1212
```
13-
npm install -g testcafe-reporter-<%= reporterName %>
13+
npm install testcafe-reporter-<%= reporterName %>
1414
```
1515

1616
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-testcafe-reporter",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Scaffold out a TestCafe reporter",
55
"homepage": "https://github.com/DevExpress/generator-testcafe-reporter",
66
"author": {

0 commit comments

Comments
 (0)