Skip to content

Commit

Permalink
Update README.md (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin authored May 14, 2024
1 parent 958ab23 commit 04b9379
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blog-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
</a>
<h1 align="center">Yii Framework API Demo Project</h1>
<br>
Expand Down Expand Up @@ -40,7 +40,7 @@ Change ownership of the app directory to web group:
chown -R :www-data .
```

Usually the application is available at http://localhost:8080.
Usually the application is available at <http://localhost:8080>.

Authorization is performed via the `X-Api-Key` header.

Expand All @@ -56,7 +56,6 @@ on how to annotate your code.
./vendor/bin/codecept run
```


## Static analysis

The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
Expand Down

0 comments on commit 04b9379

Please sign in to comment.