diff --git a/README.md b/README.md index a2fb363..010d75d 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Polariscope can be used on the CLI and in code. Position yourself at the root of your Ruby application and run: $ [bundle exec] polariscope scan + => 87.4 -The command will read the contents of `Gemfile`, `Gemfile.lock` and [`.bundler-audit.yml`](https://github.com/rubysec/bundler-audit?tab=readme-ov-file#configuration-file) (optional, to ignore advisories) in the current directory and output the health score. +The command will read the contents of `Gemfile`, `Gemfile.lock` and [`.bundler-audit.yml`](https://github.com/rubysec/bundler-audit?tab=readme-ov-file#configuration-file) (optional, to ignore advisories) in the current directory and output the calculated health score. ### In code