From a84f936b267de952a84c478545a98973ab5925f2 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 12 Aug 2024 21:21:48 +0800 Subject: [PATCH] Use spaces in readme to not get displayed as 8 --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bcfb9b8..575b4a9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ And add the configuration to `docusaurus.config.js`/`docusaurus.config.ts` ```ts const config: Config = { ... - plugins: ['native-ideal-image'], + plugins: ['native-ideal-image'], } ``` @@ -25,11 +25,11 @@ Then you can use it in your project like this import image from '../images/some-image.jpeg' export default function App() { - return ( -
- -
- ) + return ( +
+ +
+ ) } ``` @@ -37,12 +37,12 @@ By default, this will transform the image into a jpeg source and a webp source a ```html - - - + + + ```