Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from customink/lha/non-rails-readme
Browse files Browse the repository at this point in the history
Add require hint to README
  • Loading branch information
metaskills committed Feb 28, 2022
2 parents b653956 + ff0f45c commit 67096d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ gem 'aws-embedded-metrics-customink'
```
## Usage

If using outside of Rails, require the gem:
```ruby
require 'aws-embedded-metrics-customink'
```

Simple configuration:

```ruby
Expand Down

0 comments on commit 67096d6

Please sign in to comment.