Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanatad committed Aug 11, 2022
1 parent a9a4f50 commit d44dd5a
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 @@ -162,7 +162,7 @@ console.log(collection);
Create a collection file, `UserCollection.ts`.

```ts
class UserCollection {
export class UserCollection {
constructor(data: object) {
return {
api: "v1",
Expand Down

0 comments on commit d44dd5a

Please sign in to comment.