diff --git a/servant-conduit/example/Main.hs b/servant-conduit/example/Main.hs index 85ababe00..1e4574862 100644 --- a/servant-conduit/example/Main.hs +++ b/servant-conduit/example/Main.hs @@ -58,7 +58,7 @@ server = fast :<|> slow :<|> readme :<|> proxy return $ slowConduit n readme = liftIO $ do - putStrLn "/proxy" + putStrLn "/readme" return (C.sourceFile "README.md") proxy c = liftIO $ do