Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Feb 10, 2015
1 parent b3b2d88 commit c4d8f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/installation.md
Expand Up @@ -28,7 +28,7 @@ project's classpath:
[org.immutant/caching "{{version}}"]
[org.immutant/messaging "{{version}}"]
[org.immutant/scheduling "{{version}}"]
[org.immutant/transactions "{{version}}]])
[org.immutant/transactions "{{version}}"]])
```

You would of course only include the libs you need, but if you really
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/web.md
Expand Up @@ -302,7 +302,7 @@ HTTP streams.

### HTTP Streams

Creating chunked responses are straightforward, as the following Ring
Creating chunked responses is straightforward, as the following Ring
handler demonstrates:

```clojure
Expand Down

0 comments on commit c4d8f5e

Please sign in to comment.