Skip to content

Commit

Permalink
update modules docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jun 29, 2023
1 parent b25e8e8 commit 80cafb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ With Ocelloids you can easily implement sophisticated multi-chain monitoring log

![npm](https://img.shields.io/npm/v/sodazone/ocelloids?style=for-the-badge)

Essential abstractions, reactive operators, and pallet-independent functionality.
Essential abstractions, reactive operators, base type converters, and pallet-independent functionality.

```shell
npm i @sodazone/ocelloids
Expand All @@ -56,7 +56,7 @@ Source code [packages/core](https://github.com/sodazone/ocelloids/tree/main/pack

![npm](https://img.shields.io/npm/v/sodazone/ocelloids-contracts?style=for-the-badge)

Provides support for the contracts pallet.
Operators and type converters for the contracts pallet.

```shell
npm i @sodazone/ocelloids-contracts
Expand Down
1 change: 0 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ Here is the high-level structure of the `packages/core` module source folder:
| subjects | Reactive subjects |
| types | Extended types |

The core module is published as the `@sodazone/ocelloids` package.
2 changes: 1 addition & 1 deletion packages/pallets/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The Ocelloids Contracts Module provides support for the contracts pallet.

The contracts module is published as the `@sodazone/ocelloids-contracts` package.

0 comments on commit 80cafb7

Please sign in to comment.