Skip to content

Commit 29c0ec6

Browse files
authored
Fix code block
1 parent 65d4a1d commit 29c0ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Example using adapter static [on github pages](https://duckdb-wasm-examples.gith
1010

1111
To run locally:
1212

13-
`
14-
https://github.com/duckdb-wasm-examples/sveltekit-typescript
13+
```sh
14+
git clone https://github.com/duckdb-wasm-examples/sveltekit-typescript
1515
npm i
1616
npm run dev
17-
`
17+
```
1818

1919
and visit `http://localhost:1922/sveltekit-typescript`.

0 commit comments

Comments
 (0)