From d6f75e46bbe6609aa54f496107388c5559a560b9 Mon Sep 17 00:00:00 2001 From: zhangshine Date: Fri, 19 Jun 2015 15:01:48 +0800 Subject: [PATCH] fix typo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8e936b2..a858935 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ Usage # Transactions detail, optional doc.add_transaction(Transaction('Paypal', 111, datetime.now(), 1)) - doc.add_transaction(Transaction('Strip', 222, date.today(), 2)) + doc.add_transaction(Transaction('Stripe', 222, date.today(), 2)) # Optional doc.set_bottom_tip("Email: example@example.com
Don't hesitate to contact us for any questions.") @@ -89,4 +89,4 @@ Usage License ------- -MIT \ No newline at end of file +MIT