From 87fd15178b6b456e718a9ea160dd0541bf01143d Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Sat, 11 Jun 2022 00:43:33 +0200 Subject: [PATCH] docs: two tiny tweaks (#86) some tweaks --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a20ea1b15..8a1c8fdff 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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