Skip to content

Commit cf17bf0

Browse files
author
Robert S
authored
Update README.md
1 parent 9c2f508 commit cf17bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default class CarModel extends BaseModel {
286286

287287
I like to keep my data consistent in my applications. So I like everything to be `camelCase`. It's hard when dealing with different data api's. Each one can return a different case type (`kebab-case`, `snake_case`, `PascalCase`, `camelCase`, `UPPER_CASE` and this one `@propertyName`).
288288

289-
What you can do is create a utility class that normalizes the data coming in. See the [PropertyNormalizerUtility](https://gist.github.com/codeBelt/5ae6ff9474340a77e2ab4abbb9204aba) example for ideas.
289+
What you can do is create a utility class that normalizes the data coming in. See the [PropertyNormalizerUtility](https://gist.github.com/codeBelt/ddd3432af63847274348fcf62482ebaa) example for ideas.
290290

291291
## BaseModel Expand Scaffolding
292292

0 commit comments

Comments
 (0)