Skip to content

Commit ed87846

Browse files
committed
Update README gem name to install
1 parent 0dd9883 commit ed87846

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ It uses RBS type information, performs static type analytics, uses dynamic runti
55

66
## Installation
77

8-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_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.
9-
108
Install the gem and add to the application's Gemfile by executing:
119

12-
$ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
10+
$ bundle add repl_type_completor
1311

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

16-
$ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
14+
$ gem install repl_type_completor
1715

1816
## Usage
1917

0 commit comments

Comments
 (0)