From 425badbd264062af1a8a8628a0e453758b91bbfe Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 30 Oct 2014 14:22:22 -0400 Subject: [PATCH] update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6c7eca..9c066be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ #How to use Glue -``` ->>> from glue import glue +``` >>> from glue import glue >>> print glue("any","number","of","things","together") any number of things together @@ -11,3 +10,12 @@ any number of things together anywhere #Protip 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% +```