Skip to content

Commit f783abb

Browse files
doc: update
1 parent 602942a commit f783abb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This TypeScript package allows you to safely execute JavaScript code within a We
1111
- [Runtime options](./runtime-options.md)
1212
- [Run Tests in QuickJS](./running-tests.md)
1313
- [Credits](./credits.md)
14+
- [Find examples in the repository](https://github.com/sebastianwessel/quickjs/tree/main/example)
1415

1516
## Features
1617

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

26-
**[View the full documentation](https://sebastianwessel.github.io/quickjs/)**
27-
28-
**[Find examples in the repository](https://github.com/sebastianwessel/quickjs/tree/main/example)**
29-
3027
## Basic Usage
3128

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

0 commit comments

Comments
 (0)