Skip to content

Commit

Permalink
Update the install step in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonord committed Aug 29, 2024
1 parent e589baf commit 1654482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ This gem gives us an indication of the time that a request/job is spent waiting
Add this line to your application's Gemfile:

```ruby
source "https://rubygems.pkg.github.com/teamtailor" do
gem "request_queue_time", "0.1.0"
end
gem "request_queue_time", git: "https://github.com/Teamtailor/request_queue_time.git", tag: "v0.1.1"
```

And then execute:
Expand Down

0 comments on commit 1654482

Please sign in to comment.