Skip to content

Commit cace95f

Browse files
committed
up
1 parent 31d479b commit cace95f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,12 @@ An interpreter of [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculu
1616
(let ([name exp] ...) body)
1717
```
1818

19-
## Usages
20-
21-
### Command line tool
22-
23-
Install it by the following command:
19+
## Install
2420

2521
```sh
26-
npm install -g @cicada-lang/lambda.js
22+
npm install @xieyuheng/x-data.js
2723
```
2824

29-
The command-line program is called `lambda.js`.
30-
3125
## Development
3226

3327
```sh

0 commit comments

Comments
 (0)