Skip to content

Commit

Permalink
Merge pull request #5 from mdevils/patch-1
Browse files Browse the repository at this point in the history
Mistypes
  • Loading branch information
azproduction committed Apr 30, 2014
2 parents b1cf561 + ba8bc42 commit fe1c34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ autopolyfiller.use({
});

autopolyfiller()
.add('Object.create();Object.newFeature();');
.add('Object.create();Object.newFeature();')
.polyfills;
// ['Object.create', 'Object.newFeature']

autopolyfiller('Chrome >= 20')
.add('Object.create();Object.newFeature();');
.add('Object.create();Object.newFeature();')
.polyfills;
// []
```

0 comments on commit fe1c34b

Please sign in to comment.