Skip to content

Commit 72074e3

Browse files
authored
Merge pull request #1 from michaelbiberich/patch-1
fix: broken URL to boson-php/compiler in installation.md
2 parents 836b75c + 3def703 commit 72074e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Boson brings together a set of components, each handling a key part of the syste
88
between your PHP code and the underlying operating system. This is the main
99
API that you can use both in runtime and during development.
1010

11-
- [**Compiler**](https://github.com/boson-php/compileer) – allows you to build
11+
- [**Compiler**](https://github.com/boson-php/compiler) – allows you to build
1212
the results of your work into a finished project ready for distribution.
1313

1414
<note>
@@ -326,4 +326,4 @@ Ubuntu 24.04 is <a href="https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug
326326
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
327327
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
328328
</code-block>
329-
</note>
329+
</note>

0 commit comments

Comments
 (0)