Skip to content

Commit 757d52e

Browse files
authored
Update README.md (#140)
1 parent a3e9832 commit 757d52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ represents the "RGB vector space" version.
2929

3030
## Usage
3131

32-
```jl
32+
```julia
3333
using ColorTypes, ColorVectorSpace
3434
```
3535

3636
That's it. Just by loading `ColorVectorSpace`, most basic mathematical
3737
operations will "just work" on `AbstractRGB`, `AbstractGray`
38-
(`OpaqueColor{T,1}`), `TransparentRGB`, and `TransparentGray` objects.
38+
(`Color{T,1}`), `TransparentRGB`, and `TransparentGray` objects.
3939
(See definitions for the latter inside of `ColorTypes`).
4040

4141
If you discover missing operations, please open an issue, or better

0 commit comments

Comments
 (0)