From 3a2f779a084bbd12bedec3fcce0dd3fd653921e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20S=C3=A4rnesj=C3=B6?= Date: Thu, 16 Apr 2009 10:49:45 +0200 Subject: [PATCH] Fixed typo in README. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b3345c5..46bfe55 100644 --- a/README.markdown +++ b/README.markdown @@ -59,7 +59,7 @@ API docs. ### Application keys -The `Session#new` method expects as its first argument your libspotify +The `Session::new` method expects as its first argument your libspotify application key as a binary string. An easy way of creating this string, is using `Array#pack`, like this: