Skip to content

Commit bf04dc7

Browse files
committed
Add the URL of my Udemy course
URL: https://www.udemy.com/course/build-modern-php-api/
1 parent 5b80bf4 commit bf04dc7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "pierrehenry/api-simple-menu",
33
"description": "A simple RESTful API for a Udemy course",
4+
"homepage": "https://www.udemy.com/course/build-modern-php-api/",
45
"autoload": {
56
"psr-4": {
67
"PH7\\ApiSimpleMenu\\": "src/"

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build a PHP RESTful API
22

3-
This is the source code of my Udemy course **Build a Modern REST API with PHP 8**
3+
This is the source code of my Udemy course **[Build a Modern REST API with PHP 8.2](https://www.udemy.com/course/build-modern-php-api/)**
44

55
![Diagram showing example of REST API architecture](example-web-app-REST-API-architecture.svg)
66

77

88
## The course
99

10-
It is indispensable to enroll the Udemy course in order to understand and setup properly this project.
10+
It is indispensable to [enroll the Udemy course](https://www.udemy.com/course/build-modern-php-api/) in order to understand and setup properly this project.
1111

1212

1313
## Quick Setup
@@ -23,4 +23,4 @@ It is indispensable to enroll the Udemy course in order to understand and setup
2323

2424
## License
2525

26-
This source code is distributed under the open-source [MIT license](https://opensource.org/licenses/MIT).
26+
This source code is distributed under the open-source [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)