diff options
author | José Camelo Freitas <josecfreittas@outlook.com> | 2021-10-26 07:07:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 16:07:46 +0200 |
commit | 4f67b02a9f43b0996ad85ee600b468399e1477e5 (patch) | |
tree | e90f031c1e768fafa53f1c05efb3052acb84b328 /plugins/mix/README.md | |
parent | c2b9ae29371f142fe7f2da694f893f1365170bc2 (diff) | |
download | zsh-4f67b02a9f43b0996ad85ee600b468399e1477e5.tar.gz zsh-4f67b02a9f43b0996ad85ee600b468399e1477e5.tar.bz2 zsh-4f67b02a9f43b0996ad85ee600b468399e1477e5.zip |
feat(mix): update `mix` commands and descriptions (#10273)
Diffstat (limited to 'plugins/mix/README.md')
-rw-r--r-- | plugins/mix/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/mix/README.md b/plugins/mix/README.md index 878f370f2..f0258fe88 100644 --- a/plugins/mix/README.md +++ b/plugins/mix/README.md @@ -9,11 +9,11 @@ plugins=(... mix) ``` ## Supported Task Types -| Task Type | Documentation | -|-------------------------|----------------------------------------------------------| -| Elixir | [Elixir Lang](https://elixir-lang.org/) | -| Phoenix v1.2.1 and below| [Phoenix](https://hexdocs.pm/phoenix/1.2.1/Phoenix.html) | -| Phoenix v1.3.0 and above| [Phoenix](https://hexdocs.pm/phoenix/Phoenix.html) | -| Ecto | [Ecto](https://hexdocs.pm/ecto/Ecto.html) | -| Hex | [Hex](https://hex.pm/) | -| Nerves | [Nerves](https://nerves-project.org/) | +| Task Type | Documentation | +|--------------------------|----------------------------------------------------------| +| Elixir | [Elixir Lang](https://elixir-lang.org/) | +| Phoenix v1.2.1 and below | [Phoenix](https://hexdocs.pm/phoenix/1.2.1/Phoenix.html) | +| Phoenix v1.3.0 and above | [Phoenix](https://hexdocs.pm/phoenix/Phoenix.html) | +| Ecto | [Ecto](https://hexdocs.pm/ecto/Ecto.html) | +| Hex | [Hex](https://hex.pm/) | +| Nerves | [Nerves](https://nerves-project.org/) | |