Skip to content

Commit 175d41c

Browse files
authored
Update README.md (#29)
* Update README.md
1 parent e98a831 commit 175d41c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

php-admin-portal-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Composer - [Link](https://getcomposer.org/)
1111
1. Clone the repo and install the dependencies by running the following:
1212

1313
```bash
14-
git clone [email protected]:workos/php-example-applications/php-admin-portal-example
14+
git clone [email protected]:workos/php-example-applications
1515
cd php-example-applications/php-admin-portal-example
1616
composer i
1717
```

php-audit-logs-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Composer - [Link](https://getcomposer.org/)
1313
1. Clone the repo and install the dependencies by running the following:
1414

1515
```bash
16-
git clone [email protected]:workos/php-example-applications/php-audit-logs-example
16+
git clone [email protected]:workos/php-example-applications
1717
cd php-example-applications/php-audit-logs-example
1818
composer i
1919
```
@@ -55,4 +55,4 @@ Action title: "user.connection_deleted" | Target type: "team"
5555

5656
## Need help?
5757

58-
If you get stuck and aren't able to resolve the issue by reading our API reference or tutorials, you can reach out to us at [email protected] and we'll lend a hand.
58+
If you get stuck and aren't able to resolve the issue by reading our API reference or tutorials, you can reach out to us at [email protected] and we'll lend a hand.

php-directory-sync-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Composer - [Link](https://getcomposer.org/)
1111
1. Clone the repo and install the dependencies by running the following:
1212

1313
```bash
14-
git clone [email protected]:workos/php-example-applications/php-directory-sync-example
14+
git clone [email protected]:workos/php-example-applications
1515
cd php-example-applications/php-directory-sync-example
1616
composer i
1717
```
@@ -37,4 +37,4 @@ Once running, navigate to the following URL for a demonstration on the SSO workf
3737

3838
## Test Webhooks
3939

40-
4. WorkOS sends Webhooks as a way of managing updates to Directory Sync connections. The Webhooks section of the WorkOS Dashboard allows you to send test webhooks to your application. The Test Webhooks section of this application allows you to visualize the validated webhooks directly in this application in real-time. [Please review the tutorial here](https://workos.com/blog/test-workos-webhooks-locally-ngrok) for details on how this can be done locally. The Webhooks secret variable, for which the value can be obtained in the WorkOS dashboard, must be filled out on `variables.php` to use this feature.
40+
4. WorkOS sends Webhooks as a way of managing updates to Directory Sync connections. The Webhooks section of the WorkOS Dashboard allows you to send test webhooks to your application. The Test Webhooks section of this application allows you to visualize the validated webhooks directly in this application in real-time. [Please review the tutorial here](https://workos.com/blog/test-workos-webhooks-locally-ngrok) for details on how this can be done locally. The Webhooks secret variable, for which the value can be obtained in the WorkOS dashboard, must be filled out on `variables.php` to use this feature.

php-magic-link-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Composer - [Link](https://getcomposer.org/)
1111
1. Clone the repo and install the dependencies by running the following:
1212

1313
```bash
14-
git clone [email protected]:workos/php-example-applications/php-magic-link-example
14+
git clone [email protected]:workos/php-example-applications
1515
cd php-example-applications/php-magic-link-example
1616
composer i
1717
```

php-sso-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Composer - [Link](https://getcomposer.org/)
1111
1. Clone the repo and install the dependencies by running the following:
1212

1313
```bash
14-
git clone [email protected]:workos/php-example-applications/php-sso-example
14+
git clone [email protected]:workos/php-example-applications
1515
cd php-example-applications/php-sso-example
1616
composer i
1717
```

0 commit comments

Comments
 (0)