Skip to content

Commit 48e72b6

Browse files
committed
cosmetic
1 parent e5748cc commit 48e72b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ npm install rtp.js
6262
- Single entry point ("main" or "module" entries in `package.json`) is also possible for backwards compatibility:
6363

6464
```ts
65-
// ESM
65+
// Using ESM:
6666
import { packets, utils } from 'rtp.js';
6767

68-
// CJS
69-
const { packets, utils } = require('rtp.js'=;
68+
// Using CJS:
69+
const { packets, utils } = require('rtp.js');
7070
```
7171

7272
## Note about TypeScript

0 commit comments

Comments
 (0)