Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Mar 26, 2024
1 parent 313e5aa commit 300e68f
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 @@ -29,7 +29,7 @@ snakecaseKeys({'foo-bar': true, nested: {fooBaz: 'bar'}});
##### obj

*Required*
Type: object | array[object]`
Type: `object | array[object]`

A plain object or array of plain objects to transform into snake case (keys only).

Expand Down

0 comments on commit 300e68f

Please sign in to comment.