Skip to content

Commit d0236ba

Browse files
committed
Instruction for installing
1 parent 923a31d commit d0236ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Function for simplifying boolean expressions. Loosely based on boolean.py from b
33

44
## Install
55

6-
Will hopefully be soon on npm ...
6+
Using npm:
7+
```
8+
npm install boolean-simp
9+
```
710

811
## Usage
912

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boolean-simp",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Simplify boolean expressions",
55
"author": "Markus Gutbrod <gutbrod.markus@googlemail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)