Skip to content

Commit 703a294

Browse files
committed
Update README.md
1 parent ac1f966 commit 703a294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Within the div, include the letter name of the element in the grid. Format expl
3939
```
4040

4141
##Adding Bonds
42-
Part of the goal of Chemistry-CSS was to keep the HTML minimal the readable. Therefore, it uses the ```<hr>``` tag as a way of delineating bonds to other elements. You can only declare bonds pointing right; this is to keep the code clean (therefore, all bonds have to be declared from their left element).
42+
Part of the goal of Chemistry-CSS was to keep the HTML minimal and readable. Therefore, it uses the ```<hr>``` tag as a way of delineating bonds to other elements. You can only declare bonds pointing right; this is to keep the code clean (therefore, all bonds have to be declared from their left element).
4343
The first ```<hr>``` tag is the top-right hand corner bond. The second is the right bond, then the right-bottom bond, and then the bottom bond. Commented HTML below of a carbon with two bonds facing right:
4444

4545
```HTML

0 commit comments

Comments
 (0)