Skip to content

Commit 5cfe291

Browse files
authored
docs: remove mention for another add-on (#35)
1 parent 19725e7 commit 5cfe291

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: tests
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "**.md"
46
push:
57
branches: [ main ]
68
paths-ignore:
79
- "**.md"
810

911
schedule:
10-
- cron: '25 08 * * *'
12+
- cron: '25 08 * * *'
1113

1214
workflow_dispatch:
1315
inputs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the blog [Using FrankenPHP with DDEV](https://ddev.com/blog/using-frankenphp
1313

1414
This add-on integrates FrankenPHP into your [DDEV](https://ddev.com/) project as an extra service.
1515

16-
Running it as a separate service lets you install additional PHP extensions. This differs from the [official quckstart](https://ddev.readthedocs.io/en/stable/users/quickstart/#generic-frankenphp) and [another add-on](https://github.com/ochorocho/ddev-frankenphp), which bundle a static FrankenPHP build inside the `web` container.
16+
Running it as a separate service lets you install additional PHP extensions. This differs from the [official quckstart](https://ddev.readthedocs.io/en/stable/users/quickstart/#generic-frankenphp), which bundles a static FrankenPHP build inside the `web` container.
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)