Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Jun 29, 2023
1 parent a922c0f commit edca0da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -95,7 +95,7 @@ You can also add a [layout](#layouts).
### json.set! or json.\<your key here\>

Defines the attribute or structure. All keys are automatically camelized lower
by default. See [Change Key Format](#change_key_format) to change this behavior.
by default. See [Change Key Format](#change-key-format) to change this behavior.

```ruby
json.set! :author_details, {...options} do
Expand Down Expand Up @@ -611,7 +611,9 @@ See the [CONTRIBUTING] document. Thank you, [contributors]!

## Special Thanks

Thanks to [turbostreamer](https://github.com/malomalo/turbostreamer) for the
inspiration.
Thanks to [turbostreamer], [oj], and [jbuilder] for the inspiration.

[1]: https://github.com/thoughtbot/superglue
[turbostreamer]: https://github.com/malomalo/turbostreamer
[jbuilder]: https://github.com/rails/jbuilder
[oj]: https://github.com/ohler55/oj/

0 comments on commit edca0da

Please sign in to comment.