Skip to content

Commit

Permalink
README: message.translate js example missing comma to separate key-va…
Browse files Browse the repository at this point in the history
…lues in object
  • Loading branch information
MRdNk committed Nov 8, 2014
1 parent c041ff1 commit ff5b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ And the javascript:
kinStreets = message.query('NK1|4[0]') // ['123 FAKE ST', '122 FAKE ST']

name = message.translate({
familyName: 'PID|5^0'
familyName: 'PID|5^0',
firstName: 'PID|5^1'
}) // { "familyName": "McTest", "firstName": "Test" }

Expand Down

0 comments on commit ff5b1c6

Please sign in to comment.