Skip to content

Commit b008a10

Browse files
committed
update readme
1 parent d8e59ba commit b008a10

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This benchmark can be found in `bin/sidekiqload` and assumes a Redis network lat
2727
Requirements
2828
-----------------
2929

30-
- Redis: 6.0+
30+
- Redis: 6.2+
3131
- Ruby: MRI 2.7+ or JRuby 9.3+.
3232

3333
Sidekiq 7.0 supports Rails 6.0+ but does not require it.
@@ -52,6 +52,7 @@ Sidekiq and see its features in action. Here's the Web UI:
5252
Want to Upgrade?
5353
-------------------
5454

55+
Use `bundle up sidekiq` to upgrade Sidekiq and all its dependencies.
5556
Upgrade notes between each major version can be found in the `docs/` directory.
5657

5758
I also sell Sidekiq Pro and Sidekiq Enterprise, extensions to Sidekiq which provide more
@@ -63,33 +64,34 @@ quality open source development all at the same time. Please see the
6364
Problems?
6465
-----------------
6566

66-
**Please do not directly email any Sidekiq committers with questions or problems.** A community is best served when discussions are held in public.
67+
**Please do not directly email any Sidekiq committers with questions or problems.**
68+
A community is best served when discussions are held in public.
6769

6870
If you have a problem, please review the [FAQ](https://github.com/mperham/sidekiq/wiki/FAQ) and [Troubleshooting](https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting) wiki pages.
6971
Searching the [issues](https://github.com/mperham/sidekiq/issues) for your problem is also a good idea.
7072

71-
Sidekiq Pro and Sidekiq Enterprise customers get private email support. You can purchase at https://sidekiq.org; email [email protected] for help.
73+
Sidekiq Pro and Sidekiq Enterprise customers get private email support.
74+
You can purchase at https://sidekiq.org; email [email protected] for help.
7275

7376
Useful resources:
7477

7578
* Product documentation is in the [wiki](https://github.com/mperham/sidekiq/wiki).
7679
* Occasional announcements are made to the [@sidekiq](https://twitter.com/sidekiq) Twitter account.
7780
* The [Sidekiq tag](https://stackoverflow.com/questions/tagged/sidekiq) on Stack Overflow has lots of useful Q & A.
7881

79-
Every Friday morning is Sidekiq happy hour: I video chat and answer questions.
82+
Every Friday morning is Sidekiq office hour: I video chat and answer questions.
8083
See the [Sidekiq support page](https://sidekiq.org/support.html) for details.
8184

8285
Contributing
8386
-----------------
8487

8588
Please see [the contributing guidelines](https://github.com/mperham/sidekiq/blob/main/.github/contributing.md).
8689

87-
8890
License
8991
-----------------
9092

91-
Please see [LICENSE](https://github.com/mperham/sidekiq/blob/main/LICENSE) for licensing details.
92-
93+
Please see [LICENSE.txt](https://github.com/mperham/sidekiq/blob/main/LICENSE.txt) for licensing details.
94+
The license for Sidekiq Pro and Sidekiq Enterprise can be found in [COMM-LICENSE.txt](https://github.com/mperham/sidekiq/blob/main/COMM-LICENSE.txt).
9395

9496
Author
9597
-----------------

0 commit comments

Comments
 (0)