Skip to content

Commit 91dd151

Browse files
author
Mariusz Kopylec
committed
docs
1 parent 7ff1705 commit 91dd151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The project is based on:
77
[Spring Session](http://projects.spring.io/spring-session/)
88
[Spring Data Couchbase](http://projects.spring.io/spring-data-couchbase/)
99

10-
For more info about couchbase click [here](http://www.couchbase.com/)
10+
For more info about Couchbase click [here](http://www.couchbase.com/)
1111

1212
## Installing
1313

@@ -37,7 +37,7 @@ public class SessionController {
3737
The starter can be used in 2 different modes:
3838

3939
### Couchbase backed persistence usage
40-
Configure couchbase connection in _application.yml_ file:
40+
Configure Couchbase connection in _application.yml_ file:
4141

4242
```yaml
4343
session-couchbase.persistent:
@@ -47,7 +47,7 @@ session-couchbase.persistent:
4747
password: <couchbase_bucket_password>
4848
```
4949
50-
Optionally you can override default couchbase client settings by creating `CouchbaseEnvironment` bean:
50+
Optionally you can override default Couchbase client settings by creating `CouchbaseEnvironment` bean:
5151

5252
```java
5353
...
@@ -59,7 +59,7 @@ public CouchbaseEnvironment couchbaseEnvironment() {
5959
```
6060

6161
##### Additional info
62-
Using couchbase backed HTTP session you can share session among multiple web applications.
62+
Using Couchbase backed HTTP session you can share session among multiple web applications.
6363
The session will not be destroyed when the web applications will be shut down.
6464

6565
You can access session attributes in 2 ways:

0 commit comments

Comments
 (0)