Skip to content

Commit b39fc10

Browse files
authored
Update README.md
1 parent f5f4148 commit b39fc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/08-Rounded-Image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The obvious way to create a rounded profile picture is to create an image tag an
1010

1111
1. Use `border-radius`.
1212

13-
2. Use the properties `width` and `height` to make the image square shaped.
13+
2. Use the properties `width` and `height` to make the image a square shape.
1414

1515
3. In this case, in addition to `border-radius`, you will have to use the `object-fit` CSS property, [here is an explanation](https://www.loom.com/share/15186e456dfd4741887997af40325721).
1616

0 commit comments

Comments
 (0)