Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove init from example
  • Loading branch information
jaspervhaastert committed May 18, 2020
1 parent 9da60fd commit ef49bbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -25,10 +25,7 @@ deno run --allow-net --allow-write --allow-read --allow-plugin --unstable xxx.ts
## Examples

```ts
import { init, MongoClient } from "https://deno.land/x/mongo@v0.6.0/mod.ts";

// Initialize the plugin
await init();
import { MongoClient } from "https://deno.land/x/mongo@v0.6.0/mod.ts";

const client = new MongoClient();
client.connectWithUri("mongodb://localhost:27017");
Expand Down

0 comments on commit ef49bbf

Please sign in to comment.