Skip to content

Commit e45832a

Browse files
Merge pull request #2 from betterup/update-install-instructions
[BS-899] Update installation instructions to reference actual gem
2 parents 9e2f8e0 + 43870a4 commit e45832a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ This gem adds a Ruby integration for Cortex's API.
66

77
## Installation
88

9-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10-
119
Install the gem and add to the application's Gemfile by executing:
1210

13-
$ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
11+
$ bundle add cortex_app
1412

1513
If bundler is not being used to manage dependencies, install the gem by executing:
1614

17-
$ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
15+
$ gem install cortex_app
1816

1917
## Usage
2018

0 commit comments

Comments
 (0)