Skip to content

Commit ac97355

Browse files
authored
Update static-file.md
Changed @elysia/static to @elysiajs/static in code example.
1 parent 37116a2 commit ac97355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/static-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ new Elysia()
2727
Or serving folders using [static plugin](/plugins/static).
2828
```typescript
2929
import { Elysia } from 'elysia'
30-
import { staticPlugin } from '@elysia/static'
30+
import { staticPlugin } from '@elysiajs/static'
3131

3232
new Elysia()
3333
.use(staticPlugin({

0 commit comments

Comments
 (0)