summaryrefslogtreecommitdiff
path: root/man/bundle-inject.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-inject.ronn')
-rw-r--r--man/bundle-inject.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-inject.ronn b/man/bundle-inject.ronn
index 02f5dd8bd2..f454341896 100644
--- a/man/bundle-inject.ronn
+++ b/man/bundle-inject.ronn
@@ -8,9 +8,9 @@ bundle-inject(1) -- Add named gem(s) with version requirements to Gemfile
## DESCRIPTION
Adds the named gem(s) with their version requirements to the resolved
-`Gemfile(5)`.
+[`Gemfile(5)`][Gemfile(5)].
-This command will add the gem to both your `Gemfile(5)` and Gemfile.lock if it
+This command will add the gem to both your [`Gemfile(5)`][Gemfile(5)] and Gemfile.lock if it
isn't listed yet.
Example:
@@ -19,4 +19,4 @@ Example:
bundle inject 'rack' '> 0'
This will inject the 'rack' gem with a version greater than 0 in your
-`Gemfile(5)` and Gemfile.lock
+[`Gemfile(5)`][Gemfile(5)] and Gemfile.lock