Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Oct 21, 2012
1 parent a6b970e commit 9624524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Backbone itself includes `extend()` and the developers seem unwilling to allow i
inheritance chain. This is entirely up to them but many still consider that valid usage. Augment allows that and more.

The benefit of augments is that their design keeps the augmented object in its scope allowing you to
write extensible, chainable, reusable augments without knowing who is implementing the augment.
write extensible, chainable, reusable augments without knowing what is being augmented.

Have you ever seen code in Backbone like :

Expand Down

0 comments on commit 9624524

Please sign in to comment.