Skip to content

Commit

Permalink
fix: filename in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ridafkih authored Mar 30, 2023
1 parent ff87696 commit ae1be31
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 @@ -131,7 +131,7 @@ Sometimes one model is derivative of another, and the extension feature can be q
If we want to extend the PostModel to create an ImagePostModel which has all its old properties but with an `imageUrl` string column, we can do so without having to re-write every single other attribute.

```ts
// ./models/ImagePostModel.model.ts
// ./models/ImagePost.model.ts

import { extendModel } from "schemix";

Expand Down

0 comments on commit ae1be31

Please sign in to comment.