Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 22, 2023
1 parent 1715833 commit 22f3613
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ A redacting Ruby logger to prevent the leaking of secrets via logs

## Installation 💎

You can download this Gem from [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger)
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)

Via a Gemfile:

```ruby
# frozen_string_literal: true

source "https://rubygems.org"

source "https://rubygems.pkg.github.com/github" do
gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
end
gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
```

## Usage 💻
Expand Down

0 comments on commit 22f3613

Please sign in to comment.