From d4fb4a7331b94b5f38b236964bdcd461961663a8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 18 Jun 2020 11:58:00 +0200 Subject: [PATCH] Adapt to review feedback --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3871e366..435af3ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # CosmJS -CosmJS is the swiss army knife to power JavaScript based client solutions +CosmJS is the Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers in the Cosmos ecosystem. -"Cosm" stands for Cosmos and "JS" stands for _runs everywhere_ – we actually +"Cosm" is short for Cosmos and "JS" is short for _runs everywhere_ – we actually develop in TypeScript. ## Packages @@ -48,8 +48,8 @@ Currently the codebase supports the following runtime environments: [Edge Spartan](https://en.wikipedia.org/wiki/Microsoft_Edge#Development)) 3. Browser extensions (Chromium/Firefox) -Our current JavaScript target standard is ES2017, giving us native async/wait -support. We use WebAssembly to implement certain crypto. +Our current JavaScript target standard is ES2017, giving us native async/await +support. We use WebAssembly to implement certain cryptographic functions. We're happy to adjust this list according to users' needs as long as you don't ask for Internet Explorer support. If your environment does not support Wasm, we