Skip to content

Commit

Permalink
docs: update README deno url
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandRhythms committed Apr 26, 2023
1 parent d6a7611 commit a7047a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import mongoose from 'mongoose';
Or, using [Deno's `createRequire()` for CommonJS support](https://deno.land/std@0.113.0/node/README.md?source=#commonjs-modules-loading) as follows.

```javascript
import { createRequire } from 'https://deno.land/std/node/module.ts';
import { createRequire } from 'https://deno.land/std@0.177.0/node/module.ts';
const require = createRequire(import.meta.url);

const mongoose = require('mongoose');
Expand Down

0 comments on commit a7047a7

Please sign in to comment.