Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
  • Loading branch information
piotr-roslaniec and derekpierre authored Nov 30, 2023
1 parent 84a9159 commit ede8b24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ We also provide demos of TACo applications:
- [taco-demo](https://github.com/nucypher/taco-web/tree/main/demos/taco-demo)
- [taco-nft-demo](https://github.com/nucypher/taco-web/tree/main/demos/taco-nft-demo)

These examples showcase integration with web applications and an end-to-end flow of creating conditioned encryption, and
encrypting & decrypting data.
These examples showcase integration with web applications utilizing an end-to-end flow of creating encrypted data with associated conditions and enacting access-controlled decryption.

# Contributing

If you would like to contribute to the development of `taco-web`, please see our [Contributing Guide](CONTRIBUTING.md).
You can also join our [Discord](http://discord.gg/threshold) and say hello!
You can also join our [Discord](https://discord.gg/threshold) and say hello!
4 changes: 2 additions & 2 deletions demos/taco-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ In order to connect with the network, the demo uses a public instances of
`@nucypher/taco` is in an early release. We recommend **not** using it in
production _just yet_.

### Lynx - Mumbai Testnet
### Lynx Testnet

The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge test)
The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge) test
network and contracts deployed on Mumbai testnet.

## References
Expand Down
4 changes: 2 additions & 2 deletions demos/taco-nft-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ In order to connect with the network, the demo uses a public instances of
`@nucypher/taco` is in an early release. We recommend **not** using it in
production _just yet_.

### Lynx - Mumbai Testnet
### Lynx Testnet

The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge test)
The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge) test
network and contracts deployed on Mumbai testnet.

## References
Expand Down

0 comments on commit ede8b24

Please sign in to comment.