Skip to content

Commit 08be7b9

Browse files
Update readme.md
1 parent b0e3a75 commit 08be7b9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ StageForge is a TypeScript library that simplifies creating and managing actor-b
22

33
Mainly used in https://github.com/goodpuppies/petplay
44

5-
## Installation
6-
7-
```ts
8-
import { PostalService, PostMan } from "jsr:@goodpuppies/stageforge";
9-
```
10-
or on the web
11-
```ts
12-
import { PostalService, PostMan } from "https://esm.sh/jsr/@goodpuppies/[email protected]";
13-
```
14-
155
## Basic Usage
166

177
### main.ts - Create the coordinator
@@ -171,4 +161,4 @@ const state = actorState({
171161

172162
## License
173163

174-
MIT
164+
MIT

0 commit comments

Comments
 (0)