Skip to content

Commit

Permalink
improve how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Oct 10, 2012
1 parent 9fc365d commit 2da2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ It's easy to use this authentication solution. You simply need to add a
reference to `AppHarbor.Web.Security` assembly (and bin-deploy it) and make
these changes to your root `Web.config` file:

In `<system.webServer>` section, add the following:
In `<system.webServer>` section, add the following to the `<modules>` element:

<add name="AppHarbor.Web.Security.CookieAuthenticationModule"
type="AppHarbor.Web.Security.CookieAuthenticationModule, AppHarbor.Web.Security"
Expand Down

0 comments on commit 2da2c51

Please sign in to comment.