diff --git a/README.rst b/README.rst index 1d57fc5..2066b6a 100644 --- a/README.rst +++ b/README.rst @@ -35,13 +35,13 @@ interfaces, including: Usage ----- -Install Travatino: +Install Travertino: $ pip install travertino Then in your python code, import and use it:: - >>> from travertino import color, rgb, + >>> from travertino.colors import color, rgb, # Define a new color as an RGB triple >>> red = rgb(0xff, 0x00, 0x00) diff --git a/changes/22.misc.rst b/changes/22.misc.rst new file mode 100644 index 0000000..9afbc42 --- /dev/null +++ b/changes/22.misc.rst @@ -0,0 +1 @@ +Corrected some spelling errors. \ No newline at end of file