Skip to content

Commit

Permalink
Update README to reflect RubyGems publication
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwillingham authored Apr 22, 2021
1 parent 23272d8 commit 027d5e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Then navigate to `http://localhost:9292/saml/auth` to begin making your SAML req
If you are using this gem to provide a Fake IDP server in a test suite, add the gem to the Gemfile:

```ruby
gem 'fake_idp', github: 'healthify/fake_idp'
group :test do
gem 'fake_idp'
end
```

### Configuration
Expand Down

0 comments on commit 027d5e4

Please sign in to comment.