Skip to content

Commit 05b073d

Browse files
committed
Update package.json & add calc game demo run to readme
1 parent 5cad8e3 commit 05b073d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
### brain-even demo run
88

99
<https://asciinema.org/a/ZntwsT77oad1MUb89B83IQqdT>
10+
11+
### brain-calc demo run
12+
13+
<https://asciinema.org/a/TNtcu8r12ZyfsE9b1UGn45JZL>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"bin": {
2121
"brain-games": "bin/brain-games.js",
22-
"brain-even": "bin/brain-even.js"
22+
"brain-even": "bin/brain-even.js",
23+
"brain-calc": "bin/brain-calc.js"
2324
},
2425
"dependencies": {
2526
"readline-sync": "^1.4.10"

0 commit comments

Comments
 (0)