From e0721367c0840b5522cd02702b621808c3400238 Mon Sep 17 00:00:00 2001 From: Mark Heiges Date: Sun, 17 Sep 2023 15:03:03 -0400 Subject: [PATCH] fix vendor param description --- lib/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.js b/lib/install.js index 1e0634d..ddd2800 100644 --- a/lib/install.js +++ b/lib/install.js @@ -163,7 +163,7 @@ function followToAdoptium (location) { * @param {string} [options.release = latest] - Release * @param {string} [options.type = jre] - Binary Type (`jre`/`jdk`) * @param {string} [options.heap_size] - Heap Size (`normal`/`large`) - * @param {string} [options.vendor] - defaults to eclipse (`eclipse`/`adoptopenjdk`) + * @param {string} [options.vendor] - defaults to adoptopenjdk (`adoptopenjdk`/`eclipse`) * @return Promise - Resolves to the installation directory or rejects an error * @example * const njre = require('njre')