Skip to content

Commit

Permalink
clarify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Feb 13, 2024
1 parent a5f4099 commit 0f6c1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ do. IceCream, or `ic` for short, makes print debugging a little sweeter.

`ic()` is like `print()`, but better:

1. It prints both expressions/variable names and their values.
1. It prints both variables and expressions along with their values.
2. It's 60% faster to type.
3. Data structures are pretty printed.
3. Data structures are formatted and pretty printed.
4. Output is syntax highlighted.
5. It optionally includes program context: filename, line number, and
parent function.
Expand Down

0 comments on commit 0f6c1ae

Please sign in to comment.