We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9d112 commit 85fc2b3Copy full SHA for 85fc2b3
README.md
@@ -47,7 +47,7 @@ console.log(primelength(53)); // 16
47
## Run
48
49
```
50
-npm test
+node index.js
51
52
53
See the [Getting Started](https://github.com/letskhabar/primeupto) for a more detailed tutorial.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "primeupto",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "primeupto",
5
"main": "index.js",
6
"repository": {
0 commit comments