Skip to content

Commit

Permalink
add install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidaudio committed Mar 2, 2022
1 parent 4264119 commit e7942c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Simple Schema Serializers

This gem provides a simple way to build systems for serializing Ruby classes into JSON. It's modeled after [Active Model Serializers](https://github.com/rails-api/active_model_serializers) but is simpler, faster, and maintained.

```ruby
gem 'simple_schema_serializers', git: 'https://github.com/fixdauto/simple_schema_serializers.git', ref: 'v1.0.0'
```

Example
-------

Expand Down

0 comments on commit e7942c7

Please sign in to comment.