diff --git a/readme.md b/readme.md index cedcebb6..a89a1d2a 100644 --- a/readme.md +++ b/readme.md @@ -104,8 +104,8 @@ Please ensure that your code adheres to the existing code style and conventions ### Placement of the images: -In order to get the benefis of the image optimization, these images should stored inside the public folder like `public/images/posts/..` or `public/images/docs/..` (except for the statically imported images and remote images). Then these images can be referenced in the src attribute of the `` element. +In order to get the benefits of the image optimization, these images should stored inside the public folder like `public/images/posts/..` or `public/images/docs/..` (except for the statically imported images and remote images). Then these images can be referenced in the src attribute of the `` element. ### Styles -This project uses Styled Components for styling. \ No newline at end of file +This project uses Styled Components for styling.