Skip to content

Commit

Permalink
[gh315] Upgrade the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Mar 10, 2023
1 parent f2da7a0 commit 29121fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/wiki/Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 29121fa

Please sign in to comment.