Skip to content

Commit

Permalink
docs: split lines in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Nov 1, 2024
1 parent 211770d commit e2eb685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ This package aims to support every framework runtime powered by [h3](https://h3.

### SolidStart

The exports are out-of-the-box middleware handlers. If you need help creating middlewares in SolidStart you can [check the docs](https://docs.solidjs.com/solid-start/advanced/middleware)
The exports are out-of-the-box middleware handlers.
If you need help creating middlewares in SolidStart you can [check the docs](https://docs.solidjs.com/solid-start/advanced/middleware).

```ts
import { createMiddleware } from "@solidjs/start/middleware";
Expand Down

0 comments on commit e2eb685

Please sign in to comment.