Skip to content

Commit 44e2c6a

Browse files
committed
clean up readme formatting
1 parent 28c000a commit 44e2c6a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@ end
9898
```
9999

100100
## Using with Sidekiq
101-
This gem uses a Rack middleware to clear the store object after every request, but that doesn't translate well to background processing with [Sidekiq](https://github.com/mperham/sidekiq).
102101

103-
A companion library, [request_store-sidekiq](https://rubygems.org/gems/request_store-sidekiq) creates a Sidekiq middleware that will ensure the store is cleared after each job is processed, for security and consistency with how this is done in Rack.
102+
This gem uses a Rack middleware to clear the store object after every request,
103+
but that doesn't translate well to background processing with
104+
[Sidekiq](https://github.com/mperham/sidekiq).
105+
106+
A companion library,
107+
[request_store-sidekiq](https://rubygems.org/gems/request_store-sidekiq)
108+
creates a Sidekiq middleware that will ensure the store is cleared after each
109+
job is processed, for security and consistency with how this is done in Rack.
104110

105111
## Semantic Versioning
106112

0 commit comments

Comments
 (0)