Skip to content

Commit

Permalink
added link into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-xz committed Jun 11, 2024
1 parent 47c46b9 commit 42f4aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
### Hexlet tests and linter status:
[![Actions Status](https://github.com/vladimir-xz/php-project-9/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/vladimir-xz/php-project-9/actions)
[![Actions Status](https://github.com/vladimir-xz/php-project-9/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/vladimir-xz/php-project-9/actions)

[My project][link]

[link]: https://php-project-9-uedt.onrender.com
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$app = AppFactory::create();

$app->get('/', function (Request $request, Response $response) {
$response->getBody()->write("Hello to my third project!");
$response->getBody()->write("Welcome to my third project!");
return $response;
});

Expand Down

0 comments on commit 42f4aa9

Please sign in to comment.