Skip to content

Commit 0b6909a

Browse files
committed
update getting started
there was an error on the import
1 parent cbbf6a4 commit 0b6909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ or, if you prefer, via a cdn with a script tag:
2121
Now you can write something like this:
2222

2323
```typescript
24-
import { produce } from "structura"
24+
import { produce } from "structurajs"
2525

2626
const ciao = { ciao: "mondo", test: { test: 1 } }
2727

0 commit comments

Comments
 (0)