Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
docs: two tiny tweaks (#86)
Browse files Browse the repository at this point in the history
some tweaks
  • Loading branch information
harrysolovay authored Jun 10, 2022
1 parent d7e932f commit 87fd151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Capi consists of [FRAME](https://docs.substrate.io/v3/runtime/frame/)-oriented u
- [x] Metadata-based codec derivation
- [x] Storage key encoding
- [x] Storage value decoding
- [x] Creating and decoding extrinsics

#### Needs Love

- [ ] Creating / extracting from extrinsics
- [ ] High-level "Effect" System
- [ ] Std lib of effects

Expand All @@ -40,6 +40,8 @@ Capi consists of [FRAME](https://docs.substrate.io/v3/runtime/frame/)-oriented u

### Setup

> Note: we have yet to publish a beta of Capi. Expect the first publish to occur in the next few days (written on June 10th, 2022).
If you're using [Deno](https://deno.land/), import via the `denoland/x` specifier.

```ts
Expand Down

0 comments on commit 87fd151

Please sign in to comment.