Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler authored Dec 12, 2023
1 parent 696ec9d commit 0130de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ plugin 'Config'; # Corresponds to the pre-built Humming-Bird::Plugin::Config plu

get('/', sub ($request, $response) {
my $database_url = $request.config<database_url>;
$response.html('Here's my database url :D ' ~ $database_url);
$response.html("Here's my database url :D " ~ $database_url);
});

listen(8080);
Expand Down

0 comments on commit 0130de2

Please sign in to comment.