From d28e636a9a4fe2297f3366988343e383f7b6d87c Mon Sep 17 00:00:00 2001 From: darrenburns Date: Tue, 14 Jun 2022 09:21:38 +0100 Subject: [PATCH] Update README.md (#2328) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c7024bec..e1ebe369 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ # Examples -This directory contains various demonstrations various Rich features. To run them, make sure Rich is installed, then enter `python example.py` on the command line. +This directory contains various demonstrations various Rich features. To run them, make sure Rich is installed, then run the example you want with `python example.py` on the command line. For example, `python justify.py`. Be sure to check the source!