Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dce8c7f

Browse files
Victor NawothnigVictor Nawothnig
authored andcommitted
Add missing tick
1 parent ce8ece7 commit dce8c7f

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
@@ -68,7 +68,7 @@ import qualified GitHub
6868

6969
main :: IO ()
7070
main = do
71-
possibleUsers <- github GitHub.usersFollowingR "phadej"
71+
possibleUsers <- github' GitHub.usersFollowingR "phadej"
7272
T.putStrLn $ either (("Error: " <>) . pack . show)
7373
(foldMap ((<> "\n") . formatUser))
7474
possibleUsers

0 commit comments

Comments
 (0)