Skip to content

Commit 4130f8d

Browse files
Add version tag to Gemfile line
1 parent 37ade2c commit 4130f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Ruby library for [XIVAPI](http://www.xivapi.com/).
77
Add this line to your application's Gemfile:
88

99
```ruby
10-
gem 'xivapi', git: 'https://github.com/mattantonelli/xivapi-ruby.git'
10+
gem 'xivapi', git: 'https://github.com/mattantonelli/xivapi-ruby.git', tag: 'v0.1.0'
1111
```
1212

1313
And then run:

0 commit comments

Comments
 (0)