Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fixed bash commands for adding gems to Gemfile #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ The steps assume you have RubyGems and Bundler.
3. Add each applicable instrumentation to your application's Gemfile. For
example, this is how you add Rails and Redis:
```bash
$ gem 'signalfx-rails-instrumentation'
$ gem 'signalfx-redis-instrumentation'
$ bundle add signalfx-rails-instrumentation
$ bundle add signalfx-redis-instrumentation
```
For information about instrumentation names, see supported libraries and their
current versions in `gem.deps.rb`. If you configure Rails instrumentation, it
Expand Down