Skip to content

Commit 344dbf5

Browse files
author
Leona B. Campbell
authored
Merge pull request #169 from github/runleonarun-fixtypo
Changing rest_client to rest-client
2 parents 37e7a53 + fb153db commit 344dbf5

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)