Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigitsu committed Aug 7, 2024
1 parent 0c65122 commit b716dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/esbuild.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ defmodule Esbuild do
There are four global configurations for the esbuild application:
* `:version` - the expected esbuild version
* `:version` - the expected esbuild version. You can omit this if
`:version_check` is set to `false`
* `:version_check` - whether to perform the version check or not.
Useful when you manage the esbuild executable with an external
Expand Down

0 comments on commit b716dc3

Please sign in to comment.