Skip to content

Commit 3bf2cac

Browse files
authored
Update README.MD
1 parent da27c29 commit 3bf2cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @lfg/query-coder
1+
## @lfgroup/query-coder
22

33
URL query coder/decoder with configurable user pattern. It provides the most comfortable experience for encoding and decoding complex nested filter objects. [Check out example for more info](#example).
44

@@ -51,7 +51,7 @@ So we want to:
5151
With this lib, you can init `QueryCoder` and that's it! 🎉
5252

5353
```ts
54-
import { QueryCoder, QueryHandler } from "@lfg/query-coder";
54+
import { QueryCoder, QueryHandler, Type } from "@lfg/query-coder";
5555

5656
// passing generic interface checks, whether node keys
5757
// are the same as in provided interface

0 commit comments

Comments
 (0)