Skip to content

Commit 6c4ad66

Browse files
committed
cosmetic
1 parent 8d7790e commit 6c4ad66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ISC License
1+
# ISC License
22

33
Copyright © 2020, Iñaki Baz Castillo <[email protected]>
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ npm install rtp.js
9696

9797
## License
9898

99-
[ISC](./LICENSE)
99+
[ISC](./LICENSE.md)
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

typedoc.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const config = {
2323
categorizeByGroup: false,
2424
categoryOrder: ['RTP', 'RTCP', 'RTCP Extended Reports', 'Utils', '*'],
2525
searchInComments: true,
26-
projectDocuments: ['README.md', 'LICENSE'],
26+
readme: 'README.md',
27+
projectDocuments: ['README.md', 'LICENSE.md'],
2728
navigationLinks: {
2829
GitHub: 'https://github.com/versatica/rtp.js',
2930
NPM: 'https://www.npmjs.com/package/rtp.js',

0 commit comments

Comments
 (0)