Skip to content

Commit 733c3b0

Browse files
domoritzcarlopi
authored andcommitted
docs: add missing space
1 parent 66a4819 commit 733c3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/duckdb-wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const logger = new duckdb.ConsoleLogger();
8585
const db = new duckdb.AsyncDuckDB(logger, worker);
8686
await db.instantiate(bundle.mainModule, bundle.pthreadWorker);
8787
```
88-
static served(manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
88+
static served (manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
8989
```ts
9090
import * as duckdb from '@duckdb/duckdb-wasm';
9191

0 commit comments

Comments
 (0)