Skip to content

Commit 1654482

Browse files
committed
Update the install step in README.md
1 parent e589baf commit 1654482

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This gem gives us an indication of the time that a request/job is spent waiting
77
Add this line to your application's Gemfile:
88

99
```ruby
10-
source "https://rubygems.pkg.github.com/teamtailor" do
11-
gem "request_queue_time", "0.1.0"
12-
end
10+
gem "request_queue_time", git: "https://github.com/Teamtailor/request_queue_time.git", tag: "v0.1.1"
1311
```
1412

1513
And then execute:

0 commit comments

Comments
 (0)