Skip to content

Commit 51ffea8

Browse files
authored
Merge pull request #51 from wavpro/patch-1
Update static-file.md
2 parents 5887125 + ac97355 commit 51ffea8

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)