Skip to content

Commit 89b54b5

Browse files
committed
Remove extra whitespace from README.md
1 parent f43d62e commit 89b54b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ Include the Typelizer DSL in your serializers:
4747

4848
```ruby
4949
class ApplicationResource
50-
include Alba::Resource
50+
include Alba::Resource
5151
include Typelizer::DSL
5252
end
5353

5454
class PostResource < ApplicationResource
5555
attributes :id, :title, :body
56-
56+
5757
has_one :author, serializer: AuthorResource
5858
end
5959

6060
class AuthorResource < ApplicationResource
6161
# specify the model to infer types from (optional)
6262
typelize_from User
63-
63+
6464
attributes :id, :name
6565
end
6666
```

0 commit comments

Comments
 (0)