Skip to content

Commit cae9b41

Browse files
authored
Merge pull request #902 from baroquon/fix_indentation_in_readme
Fixed the indentation of meta example in README
2 parents d35f2e5 + fd0826a commit cae9b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ class BookResource < JSONAPI::Resource
10531053
computed_copyright: options[:serialization_options][:copyright],
10541054
last_updated_at: _model.updated_at
10551055
}
1056-
end
1056+
end
10571057
end
10581058

10591059
```

0 commit comments

Comments
 (0)