From 1d4b684467b6fc1485adbea0d022d9e4c7d79b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 11 Sep 2023 15:34:54 +0200 Subject: [PATCH] Provide better links to esbuild --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27273b8..aa403cc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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"