README.md in omniauth-stackexchange-0.1.0 vs README.md in omniauth-stackexchange-0.2.0

- old
+ new

@@ -28,9 +28,11 @@ You will obviously have to put in your client_id, client_secret and public_key, which you get when you register your app with StackExchange (they call them Client Id, Client Secret and Key). You will also need to specify a site option to uniquely identify the StackExchange site (e.g. `stackoverflow` or `superuser`) you wish to authenticate against. A list of valid site api keys can be found at https://api.stackexchange.com/docs/sites. It's `stackoverflow` by default. +If your application needs to be able to support multiple StackExchange sites, you can pass the site api key as the value for a GET parameter named sites (e.g. /auth/stackexchange?site=superuser) + Now just follow the README at: https://github.com/intridea/omniauth ## Supported Rubies OmniAuth StackExchange is tested under 1.9.3.