Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinarmani authored Mar 23, 2024
1 parent 2ddcfb7 commit 23428cc
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 @@ -23,7 +23,7 @@ git clone https://github.com/badger-cash/slp-sdp.git
## Usage

```js
import * as slpsdp from "./index.js";
import * as slpsdp from "slp-sdp";

const sdp = 'v=0\r\n' +
'o=rtc 1074756789 0 IN IP4 127.0.0.1\r\n' +
Expand Down

0 comments on commit 23428cc

Please sign in to comment.