Skip to content

Commit

Permalink
fix vendor param description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Heiges committed Sep 17, 2023
1 parent 05af218 commit e072136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> - Resolves to the installation directory or rejects an error
* @example
* const njre = require('njre')
Expand Down

0 comments on commit e072136

Please sign in to comment.