From 29121fa9f6cc68272d51c13294eba250297888d3 Mon Sep 17 00:00:00 2001 From: Andy Duong Date: Fri, 10 Mar 2023 13:43:00 +0700 Subject: [PATCH] [gh315] Upgrade the docs --- .github/wiki/Generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/wiki/Generation.md b/.github/wiki/Generation.md index 5eee97ab..8ba436cc 100644 --- a/.github/wiki/Generation.md +++ b/.github/wiki/Generation.md @@ -11,7 +11,7 @@ 5. Edit `mix.exs` file and add this line to the dependencies. ```elixir -{:nimble_template, "~> 3.0", path: "~/elixir-templates", only: :dev, runtime: false} +{:nimble_template, "~> 4.7", path: "~/elixir-templates", only: :dev, runtime: false} ``` Modify the path to locate the `elixir-templates` directory. For example `~/elixir-templates` if inside the home directory.