From ab9e4b26964cd490af02c34b807109b3844ef6c8 Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Thu, 12 Sep 2024 01:00:45 +0900 Subject: [PATCH] docs: update example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26584ed..b87da77 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ Options: The CLI will respect the `tsconfig.json` for loading source files. -Here's an example of using the cli. +Here's an example of using the cli. Make sure to skip your entrypoint file. ``` -npx ts-remove-unused --skip 'src\/index\.ts' +npx ts-remove-unused --skip 'src\/main\.ts' ``` ### Check