From 39c272cde65963d6b6416779310a7a09158f80df Mon Sep 17 00:00:00 2001 From: Hunter Barclay Date: Wed, 19 Jun 2024 11:28:02 -0700 Subject: [PATCH] Updated README --- fission/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fission/README.md b/fission/README.md index a2fae7aefe..2d8d0f3891 100644 --- a/fission/README.md +++ b/fission/README.md @@ -35,8 +35,8 @@ npm i | `lint` | Runs eslint on the project. | | `lint:fix` | Attempts to fix issues found with eslint. | | `prettier` | Runs prettier on the project as a check. | -| `prettier:fix` | Runs prettier on the project to fix any issues with formating. **DO NOT USE**, I don't like the current format it uses. | -| `format` | Runs `prettier:fix` and `lint:fix`. **Do not use** for the same reasons as `prettier:fix`. | +| `prettier:fix` | Runs prettier on the project to fix any issues with formating. | +| `format` | Runs `prettier:fix` and `lint:fix`. | | `assetpack` | Downloads the assetpack and unzips/installs it in the correct location. | ### Autodesk Platform Services