mirror of
https://github.com/RGBCube/color.v
synced 2025-07-30 17:37:45 +00:00
readme: fix codeblock types
This commit is contained in:
parent
820fae1ae0
commit
0b9ca20ceb
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ Here are some examples to get you started:
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
|
||||||
```v oksyntax
|
```v,oksyntax
|
||||||
import rgbcube.color
|
import rgbcube.color
|
||||||
|
|
||||||
color.red.println('Hello, World!')
|
color.red.println('Hello, World!')
|
||||||
|
@ -40,7 +40,7 @@ color.bold.println('Hello, World!')
|
||||||
|
|
||||||
### Advanced
|
### Advanced
|
||||||
|
|
||||||
```v oksyntax
|
```v,oksyntax
|
||||||
import rgbcube.color
|
import rgbcube.color
|
||||||
|
|
||||||
brush := color.new_brush(
|
brush := color.new_brush(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue