Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Jul 7, 2024
1 parent 602942a commit f783abb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This TypeScript package allows you to safely execute JavaScript code within a We
- [Runtime options](./runtime-options.md)
- [Run Tests in QuickJS](./running-tests.md)
- [Credits](./credits.md)
- [Find examples in the repository](https://github.com/sebastianwessel/quickjs/tree/main/example)

## Features

Expand All @@ -23,10 +24,6 @@ This TypeScript package allows you to safely execute JavaScript code within a We
- **Versatility**: Easily integrate with existing TypeScript projects.
- **Simplicity**: User-friendly API for executing and managing JavaScript code in the sandbox.

**[View the full documentation](https://sebastianwessel.github.io/quickjs/)**

**[Find examples in the repository](https://github.com/sebastianwessel/quickjs/tree/main/example)**

## Basic Usage

Here's a simple example of how to use the package:
Expand Down

0 comments on commit f783abb

Please sign in to comment.