Skip to content

Commit

Permalink
fix: references to moralis
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Aug 7, 2022
1 parent 3edd9db commit 7a20630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The JavaScript ecosystem is wide and incorporates a large number of platforms an
To use the npm modules for a browser based application, include it as you normally would:

```js
const Moralis = require('moralis');
const Moralis = require('moralis-v1');
// ES6 Minimized
import Moralis from 'moralis/dist/moralis.min.js';
```
Expand Down
2 changes: 1 addition & 1 deletion src/Parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ if (process.env.PARSE_BUILD === 'node') {
Moralis.Hooks = require('./ParseHooks');
}

// For legacy requires, of the form `var Moralis = require('moralis').Moralis`
// For legacy requires, of the form `var Moralis = require('moralis-v1').Moralis`
Moralis.Moralis = Moralis;

module.exports = Moralis;

0 comments on commit 7a20630

Please sign in to comment.