From fc81a3b0b69faef2d5df032b21abf4640bd7b8ac Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 28 Jan 2020 09:20:33 +0000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46dabc5e..1ee84e7a 100644 --- a/README.md +++ b/README.md @@ -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: