Skip to content

Commit

Permalink
Remove block quotes from images
Browse files Browse the repository at this point in the history
  • Loading branch information
remarcmij committed Oct 16, 2023
1 parent ce672cf commit f8276e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2-Browsers/Week1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Start with this webpage, which has a single img tag of an animated GIF of a cat

This is what it should like:

> ![catwalk](../../assets/catwalk.gif)
![catwalk](../../assets/catwalk.gif)

## Prep exercises

Expand All @@ -156,7 +156,7 @@ As illustrated in the picture below, the game is a two-dimensional grid where ce

In the exercise code a new generation of cells replaces the previous one every 200ms. For each cell of the new generation life or death is determined by applying the above rules on the state of that same cell in the current generation.

> ![Game of Life changing](../../assets/game-of-life-1.gif)
![Game of Life changing](../../assets/game-of-life-1.gif)

### Code walk-through

Expand Down

0 comments on commit f8276e9

Please sign in to comment.