Skip to content

Commit

Permalink
docs: fix invalid example import (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jan 9, 2023
1 parent 37e4e14 commit 02046a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-pens-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fireworkers': patch
---

docs: fix invalid example import (again)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pnpm add fireworkers
## Usage

```typescript
import * as Firestore from 'fireworker';
import * as Firestore from 'fireworkers';

const db = await Firestore.init({
uid: 'user1234',
Expand Down

0 comments on commit 02046a6

Please sign in to comment.