Fix mistake in homepage

2026-03-08 20:16:55 +00:00
parent ac0e4a54b6
commit 99e6e75fc6

@@ -74,7 +74,7 @@ src/
└── uuid └── uuid
``` ```
Each subdirectory living directly under the `src` directory acts as a self contained package. Some of these packages depend on other packages in the library, however, there is no need to know anything about these dependencies. The library relies on relative imports to ensure that all dependencies are resolved correctly. Each package comes with one header file and one source file that include all the dependencies. Each subdirectory living directly under the `src` directory acts as a self contained package. Some of these packages depend on other packages in the library, however, there is no need to know anything about these dependencies. The library relies on relative includes to ensure that all dependencies are resolved correctly. Each package comes with one header file and one source file that include all the dependencies.
``` ```
src/ src/