Skip to content

Commit

Permalink
Provide better links to esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 11, 2023
1 parent b50cc42 commit 1d4b684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/phoenixframework/esbuild/actions/workflows/main.yml/badge.svg)](https://github.com/phoenixframework/esbuild/actions/workflows/main.yml)

Mix tasks for installing and invoking [esbuild](https://github.com/evanw/esbuild/).
Mix tasks for installing and invoking [esbuild](https://esbuild.github.io/).

## Installation

Expand All @@ -29,8 +29,8 @@ def deps do
end
```

Once installed, change your `config/config.exs` to pick your
esbuild version of choice:
Once installed, change your `config/config.exs` and [pick a version
for the esbuild CLI](https://github.com/evanw/esbuild/releases) of your choice:

```elixir
config :esbuild, version: "0.18.6"
Expand Down

0 comments on commit 1d4b684

Please sign in to comment.