Skip to content

Commit

Permalink
fix comment to return in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanmendonca committed Apr 25, 2016
1 parent 82aca82 commit 77e860c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -99,8 +99,7 @@ normalize(object).change('phone.mobile', 'mobile');
And offer method to copy field
```js
normalize(object).copy('address.num', 'number');

// return {name: 'Darlan', age: 25, address: {num: '117'}, number: '117'};
// => {name: 'Darlan', age: 25, address: {num: '117'}, number: '117'};
```

#### Tests
Expand Down

0 comments on commit 77e860c

Please sign in to comment.