diff --git a/README.md b/README.md index 40b1673..2690beb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/packages/core/README.md b/packages/core/README.md index ebc2ae9..31866aa 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -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. \ No newline at end of file diff --git a/packages/pallets/contracts/README.md b/packages/pallets/contracts/README.md index 4d8d08f..0786a6a 100644 --- a/packages/pallets/contracts/README.md +++ b/packages/pallets/contracts/README.md @@ -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. +