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

Commit

Permalink
add require hint to README
Browse files Browse the repository at this point in the history
  • Loading branch information
llhhaa committed Feb 25, 2022
1 parent b653956 commit ff0f45c
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 ff0f45c

Please sign in to comment.