diff --git a/README.md b/README.md index c591c1d5..d7a8b4ce 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ You can add License Auditor to your CI pipeline to ensure that the project's dep - name: Build run: npm run build + ### This part below should be added to your CI configuration file. ### + - name: Install lac run: npm i -g @brainhubeu/lac diff --git a/packages/cli/src/commands/index.tsx b/packages/cli/src/commands/index.tsx index 3abf327d..3029c313 100644 --- a/packages/cli/src/commands/index.tsx +++ b/packages/cli/src/commands/index.tsx @@ -35,7 +35,7 @@ export const options = z.object({ .number() .optional() .describe( - "Flag is used to control the exit behavior of the CI process based on the number of blacklisted licenses. by default it is set to Infinity", + "Flag is used to control the exit behavior of the CI process based on the number of blacklisted licenses. By default it is set to Infinity", ), });