diff --git a/docs/experimental.md b/docs/experimental.md index 668529a62c..1ff704a1c0 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -84,7 +84,7 @@ Where `{local_db_dir}` can be set by the `OSV_SCANNER_LOCAL_DB_CACHE_DIRECTORY` If the `OSV_SCANNER_LOCAL_DB_CACHE_DIRECTORY` environment variable is _not_ set, OSV-Scanner will attempt to look for the database in the following locations, in this order: 1. The location returned by [`os.UserCacheDir`](https://pkg.go.dev/os#UserCacheDir) -2. The location returned by [os.TempDir](https://pkg.go.dev/os#TempDir) +2. The location returned by [`os.TempDir`](https://pkg.go.dev/os#TempDir) The database can be [downloaded manually](./experimental.md#manual-database-download) or by using the [`--experimental-local-db` flag](./experimental.md#local-database-option). @@ -127,4 +127,4 @@ Set the location of your manually downloaded database by following the instructi ### Limitations -1. Commit level scanning is not supported. \ No newline at end of file +1. Commit level scanning is not supported.