mirror of
https://github.com/yamadapc/d-colorize
synced 2025-01-18 06:32:52 +01:00
Fix the README example.
This commit is contained in:
parent
81e337c4c9
commit
90864d2983
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ This package is registered in the dub registry as
|
|||
## Usage
|
||||
```d
|
||||
import std.stdio;
|
||||
import colorize;
|
||||
import colorize : colorize, fg;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue