Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vinarmani committed Mar 27, 2024
2 parents e0427f0 + 23428cc commit 1945cc2
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 1945cc2

Please sign in to comment.