From 5f0fdc1f9dc005845496e7229a75fcaa266ec549 Mon Sep 17 00:00:00 2001 From: nzbart Date: Fri, 1 Nov 2019 06:19:26 +1300 Subject: [PATCH] Make it clear that PANSIES module is required Previously, the readme didn't make it clear that the PANSIES module is a requirement for PowerLine. Hopefully this change removes any ambiguity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 643af53..1168454 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Install > **NOTE:** -> If you don't have my [`PANSIES` module for ANSI Escape Sequences](//github.com/PoshCode/Pansies), you may want to install that separately, because it includes a (fully backwards compatible) replacement for `Write-Host`, which requires the `-AllowClobber` switch to install: +> If you don't have my [`PANSIES` module for ANSI Escape Sequences](//github.com/PoshCode/Pansies), you will need to install that separately, because it includes a (fully backwards compatible) replacement for `Write-Host`, which requires the `-AllowClobber` switch to install: > > ```posh > Install-Module PANSIES -AllowClobber