diff --git a/README.md b/README.md index 9c066be..73ccc9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ #How to use Glue -``` >>> from glue import glue +``` +>>> from glue import glue >>> print glue("any","number","of","things","together") any number of things together @@ -12,7 +13,8 @@ any number of things together anywhere 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 +``` +Name Stmts Miss Cover Missing ------------------------------------- glue 6 0 100% tests 17 0 100%