Skip to content

Commit 286d5b9

Browse files
authored
Merge pull request #109 from NoamHarel1/fix/readme-toc-and-grammar
docs: Fix broken TOC links and grammar in readme
2 parents 7eba0b7 + bb3dfca commit 286d5b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ Looking to file bugs, request features or send feedback? File an issue or vote o
1717
- [How Can You Contribute?](#how-can-you-contribute)
1818
- [Getting Started](#getting-started-1)
1919
- [Project Conventions](#project-conventions)
20-
- [Git commit messages](#git-commit-messages)
20+
- [Placement of the images](#placement-of-the-images)
2121
- [Styles](#styles)
22-
- [Formatting and Validation](#formatting-and-validation)
2322

2423
## Project Details
2524

@@ -104,7 +103,7 @@ Please ensure that your code adheres to the existing code style and conventions
104103
105104
### Placement of the images:
106105
107-
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 `<Image />` element.
106+
In order to get the benefits of the image optimization, these images should be 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 `<Image />` element.
108107
109108
### Styles
110109

0 commit comments

Comments
 (0)