Skip to content

Commit c6bb7e2

Browse files
authored
Document SDK module import (#1252)
1 parent 6298673 commit c6bb7e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ To use the npm modules for a browser based application, include it as you normal
4040

4141
```js
4242
const Parse = require('parse');
43+
// ES6 Minimized
44+
import Parse from 'parse/dist/parse.min.js';
4345
```
4446

4547
For server-side applications or Node.js command line tools, include `'parse/node'`:

0 commit comments

Comments
 (0)