Skip to content

Commit

Permalink
Fixed inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwkleung committed Aug 2, 2022
1 parent d3cdd2b commit be09837
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 @@ -31,7 +31,7 @@ Then go to the directory `TermStylist/include` and copy `termstylist.h` into you
1) Go to releases on the right-hand side of this repository.
2) Find the latest version available for the library.
3) Download the `termstylist.h` file.
4) Copy `termstylist.h` to your project.
4) Copy `termstylist.h` into your project.

# Usage (Default Syntax)

Expand Down Expand Up @@ -101,7 +101,7 @@ TermStylist uses `ostream` overloads with a function that returns an output stre
10) Bold Dark Grey (`termstylist::FG_BoldDarkGrey`)
11) Bold Light Red (`termstylist::FG_BoldLightRed`)
12) Bold Light Green (`termstylist::FG_BoldLightGreen`)
13) Bold Light Yellow (`termstylist;:FG_BoldLightYellow`)
13) Bold Light Yellow (`termstylist::FG_BoldLightYellow`)
14) Bold Light Blue (`termstylist::FG_BoldLightBlue`)
15) Bold Light Magenta (`termstylist::FG_BoldLightMagenta`)
16) Bold Light Cyan (`termstylist::FG_BoldLightCyan`)
Expand Down

0 comments on commit be09837

Please sign in to comment.