From 1650020db73081be31d1e853357e2775b06fc61d Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Sun, 15 Nov 2015 20:22:17 +0000 Subject: [PATCH] update docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d2712..35cff1d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Well more or less same amount of code but with the bridge you get more out of th * You can use Payum's packages for Symfony,Laravel,Silex,Zend,Yii with the bridge. * Storages. Your payment is already stored on the filesystem. We advice not to use this storage in prod. * The payment model contains all the information we were able to get from omnipay. Just use it. -* Payum abstract workflow. It knows when Omnipay's `purchase` or `purchaseComplete` methods should be used. +* Payum abstracts workflow. It knows when Omnipay's `purchase` or `purchaseComplete` methods should be used. * Credit card details are protected from accidental storing on your side. ## Resources