diff --git a/projects/snow/README.md b/projects/snow/README.md index 8e7f9cb..2999a91 100644 --- a/projects/snow/README.md +++ b/projects/snow/README.md @@ -86,8 +86,8 @@ If the particle's `line` exceeds 24, the particle is `Reset()`. ### `Render()` -To draw a particle, `Move()` to its location then print a "*" all -without emitting a new line. Before printing the "*", check to ensure +To draw a particle, `Move()` to its location then print a "\*" all +without emitting a new line. Before printing the "\*", check to ensure both the `line` and `column` are within the boundaries of the default terminal window (i.e. 1 ≤ line ≤ 24 and 1 ≤ column ≤ 80). If the particle's position is outside this range, don't print anything.