Skip to content

Commit

Permalink
Docs: Use correct command in moduledoc (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak committed Jul 28, 2024
1 parent 91c85e1 commit a5c3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_json_api.install.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Mix.Tasks.AshJsonApi.Install do
@moduledoc "Installs AshJsonApi. Should be run with `mix igniter.install ash_postgres`"
@moduledoc "Installs AshJsonApi. Should be run with `mix igniter.install ash_json_api`"
@shortdoc @moduledoc
require Igniter.Code.Common
use Igniter.Mix.Task
Expand Down

0 comments on commit a5c3fef

Please sign in to comment.