Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Apr 15, 2022
1 parent 12f6764 commit f19a757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Atlas SDK

> **atlas_sdk** is a TypeSafe **MongoDB Atlas Data API** SDK for Deno & Deno Deploy
> **atlas_sdk** is a TypeSafe [MongoDB Atlas Data API](https://www.mongodb.com/docs/atlas/api/data-api/#introduction) SDK for Deno & Deno Deploy
[![Discord server](https://img.shields.io/discord/768918486575480863?color=blue&label=Ask%20for%20help%20here&logo=discord&style=flat-square)](https://discord.gg/HEdTCvZUSf)

Expand All @@ -24,9 +24,9 @@ import {

```ts
const client = new MongoClient({
appId: "YOUR_APP_ID",
dataSource: "YOUR_CLUSTER_NAME",
apiKey: "YOUR_API_KEY",
appId: "YOUR_APP_ID", // e.g. "data-omosm"
dataSource: "YOUR_CLUSTER_NAME", // e.g. "Cluster0"
apiKey: "YOUR_API_KEY",
});
```

Expand Down

0 comments on commit f19a757

Please sign in to comment.