Fix note syntax

This commit is contained in:
Oliver Davies 2025-08-15 02:55:56 +01:00
parent e7f1824095
commit 5e1c3660ca

View file

@ -117,9 +117,9 @@ use flake "git+https://code.oliverdavies.uk/opdavies/dev-shells#php84"
This will install PHP 8.4, Composer and Phpactor without needing to create a bespoke `flake.nix`. This will install PHP 8.4, Composer and Phpactor without needing to create a bespoke `flake.nix`.
[NOTE] [NOTE]
=== ====
If you're referencing a GitHub repository, you can use the shorter `github:username/repo` format instead of the full repository URL. If you're referencing a GitHub repository, you can use the shorter `github:username/repo` format instead of the full repository URL.
=== ====
[[what_flakes]] [[what_flakes]]
= What are Flakes? = What are Flakes?