We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8ece7 commit dce8c7fCopy full SHA for dce8c7f
1 file changed
README.md
@@ -68,7 +68,7 @@ import qualified GitHub
68
69
main :: IO ()
70
main = do
71
- possibleUsers <- github GitHub.usersFollowingR "phadej"
+ possibleUsers <- github' GitHub.usersFollowingR "phadej"
72
T.putStrLn $ either (("Error: " <>) . pack . show)
73
(foldMap ((<> "\n") . formatUser))
74
possibleUsers
0 commit comments