Skip to content

Commit

Permalink
Merge pull request #14 from ugisozols/readability
Browse files Browse the repository at this point in the history
Readability improvements and a typo fix.
  • Loading branch information
marcoow committed Oct 11, 2013
2 parents d7a0b42 + 37d52cf commit 22221ff
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 @@ -82,7 +82,7 @@ configured) when no user is authenticated.

The current session can always be accessed as ```session```. To display
login/logout buttons depending on whether the user is currently authenticated
or not, simple add sth. like this to the respective template:
or not, simple add something like this to the respective template:

```html
{{#if session.isAuthenticated}}
Expand Down Expand Up @@ -126,7 +126,7 @@ The response JSON expected by default is:
```

Both the request as well as the response JSON can be different than these
defaults and customization only needs a minimal account of code (see
defaults and customization only needs a minimal amount of code (see
_"Full-fledged example"_ in the examples).

In the case of ```DELETE /session``` no JSON is sent with the request and none
Expand Down Expand Up @@ -179,7 +179,7 @@ bundle
bundle exec rake dist
```

After running that you find the compiled source file (including a minified
After running that you will find the compiled source file (including a minified
version) in the ```dist``` directory.

If you want to run the tests as well you also need
Expand Down

0 comments on commit 22221ff

Please sign in to comment.