chore(docs): Point at the correct module for the extension docs.

This commit is contained in:
James Harton 2023-05-16 11:05:05 +12:00
parent bade107528
commit d03deb0a57
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -34,8 +34,8 @@ defmodule Reactor.MixProject do
spark: [
extensions: [
%{
module: Reactor,
name: "Reactor",
module: Reactor.Dsl,
name: "Reactor.Dsl",
target: "Reactor",
type: "Reactor"
}