added readme

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

7
README.md Normal file
View File

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