We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e3a75 commit 08be7b9Copy full SHA for 08be7b9
readme.md
@@ -2,16 +2,6 @@ StageForge is a TypeScript library that simplifies creating and managing actor-b
2
3
Mainly used in https://github.com/goodpuppies/petplay
4
5
-## Installation
6
-
7
-```ts
8
-import { PostalService, PostMan } from "jsr:@goodpuppies/stageforge";
9
-```
10
-or on the web
11
12
-import { PostalService, PostMan } from "https://esm.sh/jsr/@goodpuppies/[email protected]";
13
14
15
## Basic Usage
16
17
### main.ts - Create the coordinator
@@ -171,4 +161,4 @@ const state = actorState({
171
161
172
162
## License
173
163
174
-MIT
164
+MIT
0 commit comments