Skip to content

Commit

Permalink
changing rest_client to rest-client
Browse files Browse the repository at this point in the history
I am going through the setup https://developer.github.com/v3/guides/basics-of-authentication and noticed this small typo.
  • Loading branch information
Leona B. Campbell authored Feb 8, 2018
1 parent 37e7a53 commit fb153db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruby/basics-of-authentication/server.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'sinatra'
require 'rest_client'
require 'rest-client'
require 'json'

# !!! DO NOT EVER USE HARD-CODED VALUES IN A REAL APP !!!
Expand Down

0 comments on commit fb153db

Please sign in to comment.