From e94fdfc6e5d435b73868038f43a3509bf3ca7d98 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Mon, 25 Mar 2013 09:25:02 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5012a..55a1ee2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ audioPlayer.delegate = self; ## Other -Background playback on iOS is easily added to your application by using the `AudioSessionInitialize` to your AppDelegate. +Background playback on iOS is easily added to your application by calling the `AudioSessionInitialize` in your AppDelegate. ### Authors and Contributors Copyright 2012, Thong Nguyen (@tumtumtum) \ No newline at end of file