Skip to content

Commit 85fc2b3

Browse files
committed
v1.1.1
1 parent cc9d112 commit 85fc2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ console.log(primelength(53)); // 16
4747
## Run
4848

4949
```
50-
npm test
50+
node index.js
5151
```
5252

5353
See the [Getting Started](https://github.com/letskhabar/primeupto) for a more detailed tutorial.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primeupto",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "primeupto",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)