Skip to content

Commit 94ecdf1

Browse files
authored
Merge pull request #126 from mzorec/master
Improve Readme.md
2 parents 1a7f2a7 + cc014b8 commit 94ecdf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ EasyCaching is an open source caching library that contains basic usages and som
3939

4040
### Step 1 : Install the package
4141

42-
Choose one kinds of caching type that you needs and install it via Nuget.
42+
Choose caching provider that you need and install it via Nuget.
4343

4444
```
4545
Install-Package EasyCaching.InMemory
@@ -48,11 +48,11 @@ Install-Package EasyCaching.SQLite
4848
Install-Package EasyCaching.Memcached
4949
```
5050

51-
### Step 2 : Config in your Startup class
51+
### Step 2 : Configure Startup class
5252

53-
Different types of caching hvae their own way to config.
53+
Each caching provider has it's own configuration options.
5454

55-
Here is a sample show you how to config.
55+
Here is a sample configuration for InMemory and Redis caching provider.
5656

5757
```csharp
5858
public class Startup
@@ -137,7 +137,7 @@ public class ValuesController : Controller
137137

138138
## Documentation
139139

140-
For more helpful information about EasyCaching, please click [here](http://easycaching.readthedocs.io/en/latest/) for EasyCaching's documentation.
140+
Detailed EasyCaching documentation can be found [here](http://easycaching.readthedocs.io/en/latest/).
141141

142142
## Extension Libs
143143

0 commit comments

Comments
 (0)