Skip to content

Commit 22f3613

Browse files
committed
update docs
1 parent 1715833 commit 22f3613

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ A redacting Ruby logger to prevent the leaking of secrets via logs
1010

1111
## Installation 💎
1212

13-
You can download this Gem from [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger)
13+
You can download this Gem from [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger) or [RubyGems](https://rubygems.org/gems/redacting-logger)
1414

1515
Via a Gemfile:
1616

1717
```ruby
18-
# frozen_string_literal: true
19-
2018
source "https://rubygems.org"
2119

22-
source "https://rubygems.pkg.github.com/github" do
23-
gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
24-
end
20+
gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
2521
```
2622

2723
## Usage 💻

0 commit comments

Comments
 (0)