Update README.md

This commit is contained in:
pkivolowitz 2022-12-13 08:55:49 -06:00 committed by GitHub
parent 66a92ec762
commit bd1fe10183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.