From f3eb4f7148c05c29cfc9f0550576abeaae3beca9 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Tue, 30 Apr 2024 17:34:31 +0200 Subject: [PATCH] Fix markdown lint --- CHANGELOG.md | 9 ++++++--- README.md | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9ce8a..88d3d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS) +- EIP-191 improvements, now lets the user see the entire message one chunk at a time + (255 characters for LNX & LNS+, 99 for LNS) ### Fixed @@ -145,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- EIP-191 signatures now show (up to 99 characters on LNS and 255 on LNX & LNS+) the actual data contained in the message (clear-signing) +- EIP-191 signatures now show (up to 99 characters on LNS and 255 on LNX & LNS+) the actual data + contained in the message (clear-signing) ### Fixed @@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added -- When blind signing is disabled in settings, and a transaction with smart conract interactions is sent to the app, a new warning screen pops to let the user know that the setting must be enabled to sign this kind of transactions. +- When blind signing is disabled in settings, and a transaction with smart conract interactions is sent to the app, + a new warning screen pops to let the user know that the setting must be enabled to sign this kind of transactions. ## [1.9.4](https://github.com/ledgerhq/app-ethereum/compare/1.9.3...1.9.4) - 2021-9-14 diff --git a/README.md b/README.md index 2ba3b12..f356b91 100644 --- a/README.md +++ b/README.md @@ -263,9 +263,11 @@ to compile and run them. ## Contributing -Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. +Contributions are what makes the open source community such an amazing place to learn, inspire, and create. +Any contributions you make are **greatly appreciated**. -If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag `enhancement`. +If you have a suggestion that would make this better, please fork the repo and create a pull request. +You can also simply open an issue with the tag `enhancement`. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/my-feature`)