Skip to content

Commit 8d92215

Browse files
committed
links in README
1 parent 08897ea commit 8d92215

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ npm install rtp.js
2020

2121
```ts
2222
import {
23-
isRtp,
24-
isRtcp,
25-
RtpPacket,
26-
CompoundPacket,
27-
ReceiverReportPacket,
28-
SenderReportPacket,
29-
ReceptionReport,
30-
ByePacket,
31-
SdesPacket,
32-
NackPacket,
33-
SrReqPacket,
34-
EcnPacket,
35-
PliPacket,
36-
SliPacket,
37-
RpsiPacket,
38-
XrPacket,
39-
ExtendedJitterReportsPacket,
40-
GenericPacket,
41-
// etc.
23+
isRtp,
24+
isRtcp,
25+
RtpPacket,
26+
CompoundPacket,
27+
ReceiverReportPacket,
28+
SenderReportPacket,
29+
ReceptionReport,
30+
ByePacket,
31+
SdesPacket,
32+
NackPacket,
33+
SrReqPacket,
34+
EcnPacket,
35+
PliPacket,
36+
SliPacket,
37+
RpsiPacket,
38+
XrPacket,
39+
ExtendedJitterReportsPacket,
40+
GenericPacket,
41+
// etc.
4242
} from 'rtp.js/packets';
4343

4444
const rtpPacket = new RtpPacket();
@@ -48,18 +48,18 @@ npm install rtp.js
4848

4949
```ts
5050
import {
51-
padTo4Bytes,
52-
nodeBufferToDataView,
53-
dataViewToNodeBuffer,
54-
nodeBufferToArrayBuffer,
55-
arrayBufferToNodeBuffer,
56-
numericArrayToDataView,
57-
numberToDataView,
58-
dataViewToString,
59-
arrayBufferToString,
60-
stringToDataView,
61-
getStringByteLength,
62-
// etc.
51+
padTo4Bytes,
52+
nodeBufferToDataView,
53+
dataViewToNodeBuffer,
54+
nodeBufferToArrayBuffer,
55+
arrayBufferToNodeBuffer,
56+
numericArrayToDataView,
57+
numberToDataView,
58+
dataViewToString,
59+
arrayBufferToString,
60+
stringToDataView,
61+
getStringByteLength,
62+
// etc.
6363
} from 'rtp.js/utils';
6464

6565
const view = stringToDataView('fooœæ€ñ#¢∞Ω©bar');
@@ -100,7 +100,7 @@ npm install rtp.js
100100

101101
[npm-shield-rtp.js]: https://img.shields.io/npm/v/rtp.js.svg
102102
[npm-rtp.js]: https://npmjs.org/package/rtp.js
103-
[github-actions-shield-rtp.js]: https://github.com/versatica/rtp.js/actions/workflows/rtp.js.yaml/badge.svg
104-
[github-actions-rtp.js]: https://github.com/versatica/rtp.js/actions/workflows/rtp.js.yaml
103+
[github-actions-shield-rtp.js]: https://github.com/versatica/rtp.js/actions/workflows/rtp.js.yaml/badge.svg?branch=master
104+
[github-actions-rtp.js]: https://github.com/versatica/rtp.js/actions/workflows/rtp.js.yaml?query=branch%3Amaster
105105
[github-actions-shield-docs]: https://github.com/versatica/rtp.js/actions/workflows/docs.yaml/badge.svg
106106
[github-actions-docs]: https://github.com/versatica/rtp.js/actions/workflows/docs.yaml

0 commit comments

Comments
 (0)