Skip to content

Commit

Permalink
Merge pull request #5 from adamchainz/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
willmcgugan authored Jan 28, 2020
2 parents 7b00f0e + fc81a3b commit 242770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The Console object has a `print` method which has an intentionally similar inter
console.print("Hello", "World!")
```

As you might expect, this will print `"Hello World!"` to the terminal. Note that unlike the `print` function, Rich will word-wrap your test to fit within the terminal width.
As you might expect, this will print `"Hello World!"` to the terminal. Note that unlike the `print` function, Rich will word-wrap your text to fit within the terminal width.

There are a few ways of adding color and style to your output. You can set a style for the entire output by adding a `style` keyword argument. Here's an example:

Expand Down

0 comments on commit 242770e

Please sign in to comment.