Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorse committed Jun 20, 2023
1 parent 61c3dff commit 28d6348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Pounce follows in the footsteps of Forth, Joy, Cat and Kitten, in that it is, [C

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

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

0 comments on commit 28d6348

Please sign in to comment.