Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-kristian authored Jul 30, 2024
1 parent 38b711d commit 5f9c0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you're using import you should add "type": "module" to package.json.
You need to create an instance of Nodb now:
```typescript
const nodb = new Nodb({
baseUrl: "localhost:3000",
baseUrl: "http://localhost:3000",
});
```
## Key Concepts
Expand Down

0 comments on commit 5f9c0b7

Please sign in to comment.