Skip to content

Commit dbb0def

Browse files
committed
Remove RequireJS example in README
1 parent e22a52b commit dbb0def

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,6 @@ In [Node.js](http://nodejs.org/):
247247
const XRegExp = require('xregexp');
248248
```
249249

250-
In an AMD loader like [RequireJS](http://requirejs.org/):
251-
252-
```js
253-
require({paths: {xregexp: 'xregexp-all'}}, ['xregexp'], (XRegExp) => {
254-
console.log(XRegExp.version);
255-
});
256-
```
257-
258250
## Credits
259251

260252
XRegExp project collaborators are:

0 commit comments

Comments
 (0)