From de0faccb118de5e8e151202e5f504cc132f471d8 Mon Sep 17 00:00:00 2001 From: Mart Somermaa Date: Fri, 29 May 2026 17:26:25 +0300 Subject: [PATCH] chore: fix whitespace and wording in README Signed-off-by: Mart Somermaa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b22cf3..6219722 100644 --- a/README.md +++ b/README.md @@ -744,8 +744,8 @@ Errors returned by the library have a `code` property which contains the program To avoid typos, you can use the `ErrorCode` enum to refer to the codes. -**Example** -The `examples` directory contains fully working applications demonstrating authentication and digital signing. +**Example** +The `examples` directory contains fully working applications demonstrating authentication and digital signing error handling. There is two approaches to handle errors: ```ts