From 6f7b20d7983ade69f786e5a1411d60351fe5fdea Mon Sep 17 00:00:00 2001 From: Andrii Tsok Date: Mon, 30 Oct 2023 13:50:48 -0400 Subject: [PATCH] chore: type in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fc18d1b..5fc4f931 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,10 @@ $ nx semantic-release app-c --repositoryUrl "https://github.com/TheUnderScorer/n | Token | Expands into | | --------------- | --------------------------------------------------------------------------------------------- | -| ${RELATIVE PROJECT_DIR} | Resolves to the current project relative direcory within the current workspace (ex. `apps/app-a`) | -| ${PROJECT_DIR} | Resolves to the current project direcory (ex. `/Users/theunderscorer/nx-monorepo/apps/app-a`) | +| ${RELATIVE_PROJECT_DIR} | Resolves to the current project relative directory within the current workspace (ex. `apps/app-a`) | +| ${PROJECT_DIR} | Resolves to the current project directory (ex. `/Users/theunderscorer/nx-monorepo/apps/app-a`) | | ${PROJECT_NAME} | Resolves to the current project name (ex. `app-a`) | -| ${WORKSPACE_DIR}| Resolves to the current workspace direcory (ex. `/Users/theunderscorer/nx-monorepo`) | +| ${WORKSPACE_DIR}| Resolves to the current workspace directory (ex. `/Users/theunderscorer/nx-monorepo`) | Every available option support tokens - this included nested objects and arrays.