fix readme with example

This commit is contained in:
Tyrel Souza 2014-10-30 13:44:45 -04:00
parent e99b3f311c
commit 64fc2593aa

View File

@ -1,7 +1,7 @@
How to use Glue
```
from glue import glue
print glue("any","number","of","things","together")
>>> from glue import glue
>>> print glue("any","number","of","things","together")
any number of things together
```