Skip to content

Commit bc9bfac

Browse files
committed
docs: fix remaining "Embedded FrankenPHP" framing in embed.md
The binary produced by the embed feature contains FrankenPHP plus the user's PHP application; FrankenPHP itself is not what is being embedded. Drop the misleading "FrankenPHP" qualifier from `## Using the Embedded Binary` so it is consistent with the surrounding headings (`## PHP Extensions in the Embedded Binary`, `## Customizing the Embedded Binary Build`, `## Distributing the Embedded Binary`).
1 parent c6e5fe9 commit bc9bfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ EMBED=/path/to/your/app ./build-static.sh
103103

104104
The resulting binary is the file named `frankenphp-<os>-<arch>` in the `dist/` directory.
105105

106-
## Using the Embedded FrankenPHP Binary
106+
## Using the Embedded Binary
107107

108108
This is it! The `my-app` file (or `dist/frankenphp-<os>-<arch>` on other OSes) contains your self-contained app!
109109

0 commit comments

Comments
 (0)