Skip to content

Commit

Permalink
docs: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and carlopi committed Jul 26, 2024
1 parent 66a4819 commit 733c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const logger = new duckdb.ConsoleLogger();
const db = new duckdb.AsyncDuckDB(logger, worker);
await db.instantiate(bundle.mainModule, bundle.pthreadWorker);
```
static served(manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
static served (manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
```ts
import * as duckdb from '@duckdb/duckdb-wasm';

Expand Down

0 comments on commit 733c3b0

Please sign in to comment.