Skip to content

Commit

Permalink
fix typo to close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 24, 2015
1 parent 0214258 commit 4c3c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PostSchema.plugin(crate, {
acl: '<acl-here>', // defaults to public-read
region: '<region-here>', // defaults to us-standard
path: function(attachment) { // where the file is stored in the bucket - defaults to this function
return return '/' + path.basename(attachment.path)
return '/' + path.basename(attachment.path)
}
}),
fields: {
Expand Down

0 comments on commit 4c3c7db

Please sign in to comment.