Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xe authored Nov 21, 2023
1 parent c644344 commit cbc9f20
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,11 @@ With it you can set the **text color**, **background color**, and **boldness** o
- Include the `ColorizeText.hpp` file in your project.
- Also need to clear the console screen to ensure hte colors display correctly.
For this use:

<table>
<td>

```cpp
system("cls"); // for Windows systems
```
<td>

```cpp
system("clear"); // for Unix-based systems
system("cls"); // for Windows systems
system("clear"); // for Unix-based systems
```
</table>
- And print things following this syntax:
```c
Expand Down

0 comments on commit cbc9f20

Please sign in to comment.