Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ylvict authored Nov 16, 2016
1 parent c4bb233 commit 17d4126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ A demo for use redis as Session for ASP.NET web application
## Installation

## Dependence
Require "Microsoft.AspNet.Mvc" by (Install-Package Microsoft.AspNet.Mvc)
Require "Microsoft.AspNet.WebApi" by (Install-Package Microsoft.AspNet.WebApi)
Require "ServiceStack.Redis" by (Install-Package ServiceStack.Redis)
* Require "Microsoft.AspNet.Mvc" by (```Install-Package Microsoft.AspNet.Mvc```)
* Require "Microsoft.AspNet.WebApi" by (```Install-Package Microsoft.AspNet.WebApi```)
* Require "ServiceStack.Redis" by (```Install-Package ServiceStack.Redis```)

## Usage
1. Add "RedisSession4Net.Core.dll" reference to your ASP.NET web project.
Expand Down

0 comments on commit 17d4126

Please sign in to comment.