Skip to content

Commit 28d6348

Browse files
authored
Update README.md
1 parent 61c3dff commit 28d6348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Pounce follows in the footsteps of Forth, Joy, Cat and Kitten, in that it is, [C
1717

1818
## Quick Start
1919
To start Pounce programming in the browser, you can [try this sampler](https://pounce-lang-show-case.netlify.app/). OR
20-
install Pounce into a TypeScript or JavaScript project
20+
install Pounce into a Typescript or Javascript project
2121
```
2222
npm install pounce-lang/js-core
2323
```
2424
and use it like this
25-
```
26-
import { interpreter , unParse} from '@pounce-lang/core';
25+
``` Typescript
26+
import { interpreter } from '@pounce-lang/core';
2727

2828
const interp = interpreter('3 4 +');
2929
const { value } = interp.next();

0 commit comments

Comments
 (0)