update readme
This commit is contained in:
parent
8d8564e1ba
commit
425badbd26
12
README.md
12
README.md
@ -1,7 +1,6 @@
|
|||||||
#How to use Glue
|
#How to use Glue
|
||||||
|
|
||||||
```
|
``` >>> from glue import glue
|
||||||
>>> from glue import glue
|
|
||||||
>>> print glue("any","number","of","things","together")
|
>>> print glue("any","number","of","things","together")
|
||||||
any number of things together
|
any number of things together
|
||||||
|
|
||||||
@ -11,3 +10,12 @@ any number of things together anywhere
|
|||||||
|
|
||||||
#Protip
|
#Protip
|
||||||
You should probably just use [str.join](https://docs.python.org/2/library/stdtypes.html#str.join) as this is satire.
|
You should probably just use [str.join](https://docs.python.org/2/library/stdtypes.html#str.join) as this is satire.
|
||||||
|
|
||||||
|
|
||||||
|
```Name Stmts Miss Cover Missing
|
||||||
|
-------------------------------------
|
||||||
|
glue 6 0 100%
|
||||||
|
tests 17 0 100%
|
||||||
|
-------------------------------------
|
||||||
|
TOTAL 23 0 100%
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user