From cbddd08321ac130f026fd641f56f9a0d7fcb5e03 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 19 Apr 2024 12:33:51 +0200 Subject: [PATCH] Fix doc formatting --- packages/light-client/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/light-client/README.md b/packages/light-client/README.md index 361aaddb3276..598586c90d2d 100644 --- a/packages/light-client/README.md +++ b/packages/light-client/README.md @@ -115,10 +115,9 @@ NOTE: Due to `top-level-await` used in one of dependent library, the package wil }); -**Typescript support** - -The web bundle comes with the types support. Unfortunately due to following [issue](https://github.com/microsoft/rushstack/issues/1128#issuecomment-2066257538) we can't bundle all types. A workaround would be to add `@chainsafe/as-sha256` as a devDependency to your project. - +**Typescript support** The web bundle comes with the types support. Unfortunately due to following +[issue](https://github.com/microsoft/rushstack/issues/1128#issuecomment-2066257538) we can't bundle all types. A +workaround would be to add `@chainsafe/as-sha256` as a devDependency to your project. ``` ## Contributors