Skip to content

Commit 3159dc9

Browse files
authored
docs: Add license information (#50)
1 parent 2d7016e commit 3159dc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
![MIT licensed][mit-badge]
2+
![Apache licensed][apache-badge]
3+
4+
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
5+
[apache-badge]: https://img.shields.io/github/license/saltstack/salt
6+
17
# tlsn-js
28

39
NPM Modules for proving and verifying using TLSNotary in the browser.
@@ -7,6 +13,14 @@ The prover requires a [notary-server](https://github.com/tlsnotary/notary-server
713
> [!IMPORTANT]
814
> `tlsn-js` is developed for the usage of TLSNotary **in the Browser**. This module does not work in `nodejs`.
915
16+
## License
17+
This repository is licensed under either of
18+
19+
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
20+
- [MIT license](http://opensource.org/licenses/MIT)
21+
22+
at your option.
23+
1024
## Example
1125
```ts
1226
import { prove, verify } from '../src';

0 commit comments

Comments
 (0)