Skip to content

Commit

Permalink
Fixing gem name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcloonan authored Apr 23, 2018
1 parent d78bef7 commit 94aa279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Alternatively, if you prefer not to or can't use the hosted gem on RubyGems, you
can download the gem from the [Releases][] page and install it from the local
file:

$ [sudo] gem install googleads-[version].gem
$ [sudo] gem install google-ads-googleads-[version].gem

Or you can build it yourself from the source. After cloning the GitHub repo,
navigate to the `google-ads-ruby` folder and run:

$ rake build
$ gem install pkg/googleads-[version].gem
$ gem install pkg/google-ads-googleads-[version].gem

[Releases]: https://github.com/googleads/google-ads-ruby/releases

Expand Down

0 comments on commit 94aa279

Please sign in to comment.