We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b406b0 + 3b981a7 commit c04b348Copy full SHA for c04b348
generators/app/templates/README.md
@@ -10,7 +10,7 @@ This is the **<%= reporterName %>** reporter plugin for [TestCafe](http://devexp
10
## Install
11
12
```
13
-npm install -g testcafe-reporter-<%= reporterName %>
+npm install testcafe-reporter-<%= reporterName %>
14
15
16
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-testcafe-reporter",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Scaffold out a TestCafe reporter",
5
"homepage": "https://github.com/DevExpress/generator-testcafe-reporter",
6
"author": {
0 commit comments