Skip to content

Commit

Permalink
Fix jkbrzt#108 RRule undefined in NPM Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
grigio committed Aug 29, 2015
1 parent 528f622 commit b5e6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ $ npm install rrule
```

```javascript
var RRule = require('rrule').RRule;
var RRule = require('rrule');
```

#### Usage
Expand Down

0 comments on commit b5e6221

Please sign in to comment.