diff --git a/README.md b/README.md index 747c3fc..54a72cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix T Containers are built using dedicated `Dockerfile`s located in the `/docker` directory within each project repository. After the build, the images are pushed to the registry. -### `Build Standalone` +### `Build` A standard single-repository project with a `package.json` file located at the root, managing dependencies for the entire project. @@ -37,7 +37,7 @@ Note: Secrets must be explicitly passed to workflows, even if they are defined a | `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ | | `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | | -### `Build Monorepo` +### `Build-Monorepo` A monorepo project based on Turborepo, with individual projects located under the `/apps/` directory.