From 895b5c13aa9d65154dc27419934839ec31127cc4 Mon Sep 17 00:00:00 2001 From: Jurian Sluiman Date: Sun, 11 Aug 2013 12:27:48 +0200 Subject: [PATCH] Prepare beta1 tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27486ed..fe91a77 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and save it in the root of your project: ``` { "require": { - "slm/ideal-payment": "@dev" + "slm/ideal-payment": "@beta" } } ``` @@ -178,4 +178,4 @@ $client->setKeyFile('data/ssl/priv.pem'); $client->setKeyPassword('h4x0r'); ``` -Now `$client` is configured, use above methods to perform the various requests. \ No newline at end of file +Now `$client` is configured, use above methods to perform the various requests.