Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash authored Aug 5, 2022
1 parent f3e261c commit 79e615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8,565 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ We'll need to inject the [repository]. `nestjs-fireorm` comes with a special `In
function, which is used like this:

```typescript
import { InjectRepository } from 'nestjs-fireorm';

constructor(
@InjectRepository(User)
private users: BaseFirestoreRepository<User>
Expand Down
Loading

0 comments on commit 79e615b

Please sign in to comment.