Skip to content

Commit fb153db

Browse files
author
Leona B. Campbell
authored
changing rest_client to rest-client
I am going through the setup https://developer.github.com/v3/guides/basics-of-authentication and noticed this small typo.
1 parent 37e7a53 commit fb153db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/basics-of-authentication/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'sinatra'
2-
require 'rest_client'
2+
require 'rest-client'
33
require 'json'
44

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

0 commit comments

Comments
 (0)