From 034dc1448020061ede7f712b6f6ecbdc4d4555c8 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Tue, 1 Sep 2020 17:35:54 +0200 Subject: [PATCH] [doc) README: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0a04b5..398751b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A tools box lib for DUP (Dividend Universal Protocol) in WebAssembly (WASM). - Rust **reliability** - WebAssembly **performances** -- Javascript **wide usability** +- JavaScript **wide usability** You can use DUP tools directly in [modern browsers](https://caniuse.com/#feat=wasm) or server side with [node.js](https://nodejs.org/). @@ -18,7 +18,7 @@ You can use DUP tools directly in [modern browsers](https://caniuse.com/#feat=wa ## 📝 Usage -[Full usage exemple with online demo](https://git.duniter.org/tools/dup-tools-front#readme) +[Full usage example with online demo](https://git.duniter.org/tools/dup-tools-front#readme) ### ⚡ Quick start guide -- GitLab