README.md in facegroups-0.3.0 vs README.md in facegroups-0.4.0

- old
+ new

@@ -16,10 +16,10 @@ Please setup your Facebook developer credentials by creating an app profile on Facebook Developer: https://developers.facebook.com - you should get a "client ID" and "client secret". ## Usage -Require FaceGroup gem in your code: `require 'facegroups'` +Require FaceGroups gem in your code: `require 'facegroups'` Supply your Facebook credentials to our library in one of two ways: - Setup environment variables: `ENV[FB_CLIENT_ID]` and `ENV[FB_CLIENT_SECRET]` - or, provide them directly to FaceGroups: