Skip to content

Commit c4cbf77

Browse files
committed
fix syntax error in readme
1 parent 2d7e38b commit c4cbf77

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
@@ -955,7 +955,7 @@ class BookResource < JSONAPI::Resource
955955
def meta(options)
956956
{
957957
copyright: 'API Copyright 2015 - XYZ Corp.',
958-
computed_copyright: options[:serialization_options][:copyright]
958+
computed_copyright: options[:serialization_options][:copyright],
959959
last_updated_at: _model.updated_at
960960
}
961961
end

0 commit comments

Comments
 (0)