Skip to content

Commit

Permalink
docs: Add license information (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored May 21, 2024
1 parent 2d7016e commit 3159dc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
![MIT licensed][mit-badge]
![Apache licensed][apache-badge]

[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[apache-badge]: https://img.shields.io/github/license/saltstack/salt

# tlsn-js

NPM Modules for proving and verifying using TLSNotary in the browser.
Expand All @@ -7,6 +13,14 @@ The prover requires a [notary-server](https://github.com/tlsnotary/notary-server
> [!IMPORTANT]
> `tlsn-js` is developed for the usage of TLSNotary **in the Browser**. This module does not work in `nodejs`.
## License
This repository is licensed under either of

- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT license](http://opensource.org/licenses/MIT)

at your option.

## Example
```ts
import { prove, verify } from '../src';
Expand Down

0 comments on commit 3159dc9

Please sign in to comment.