From eb320b0a991a5302725e51529e46ca3adc6cd076 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 10 Feb 2022 09:15:43 +0100 Subject: [PATCH] Fix extra identation in the README --- internal/common/README.md | 4 ++-- internal/core-macros/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/common/README.md b/internal/common/README.md index 1caebf4defe..453ad94afd8 100644 --- a/internal/common/README.md +++ b/internal/common/README.md @@ -1,5 +1,5 @@ - This crate contains internal data structures and code that is shared between - the i-slint-core and the i-slint-compiler crates. +This crate contains internal data structures and code that is shared between +the i-slint-core and the i-slint-compiler crates. **NOTE**: This library is an **internal** crate of the [Slint project](https://slint-ui.com). This crate should **not be used directly** by applications using Slint. diff --git a/internal/core-macros/README.md b/internal/core-macros/README.md index 847a4c914b9..91e46c3b37d 100644 --- a/internal/core-macros/README.md +++ b/internal/core-macros/README.md @@ -1,4 +1,4 @@ - This crate contains the internal procedural macros used by the i-slint-core crate +This crate contains the internal procedural macros used by the i-slint-core crate **NOTE**: This library is an **internal** crate of the [Slint project](https://slint-ui.com). This crate should **not be used directly** by applications using Slint.