Skip to content

Commit

Permalink
deno update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 25, 2022
1 parent 40570fd commit fca04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno_dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Plug-N-Meet SDK for Deno. You can use this SDK to make API requests to the Plug-
You can change it according to latest version

```js
import { PlugNmeet } from 'https://deno.land/x/[email protected].0/mod.ts';
import { PlugNmeet } from 'https://deno.land/x/[email protected].2/mod.ts';

const pnm = new PlugNmeet(
'http://localhost:8080',
Expand Down

0 comments on commit fca04b4

Please sign in to comment.