diff --git a/README.rst b/README.rst index 317d989..6a9812d 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Usage is simple :: # red is red, white is white. - >>> print '{red} white'.format(red=crayons.red('red')) + >>> print '{} white'.format(crayons.red('red')) red white That's it!