mirror of
https://github.com/yamadapc/d-colorize
synced 2025-01-18 06:32:52 +01:00
Update the README.
It turns out the new package structure breaks the old import logic (which sucks IMO, but I'll fix it with care).
This commit is contained in:
parent
d0becf6a63
commit
0a762e92ab
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ This package is registered in the dub registry as
|
|||
## Usage
|
||||
```d
|
||||
import std.stdio;
|
||||
import colorize : colorize, fg;
|
||||
import colorize : fg;
|
||||
import colorize.colorize : colorize;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue