docs: Fix documentation using
Commit eda7a873691b ("Files generated by PkgTemplates") used lowercase module name `cowsay`. Commit 1dfe64246b78 ("Fix package name") changed the module to use capitalized module name (`Cowsay`) and the function to use the lowercase name (`cowsay`). Update docs generation to match those changes. Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
6a75c724e2
commit
1cd41f6729
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
using cowsay
|
using Cowsay
|
||||||
using Documenter
|
using Documenter
|
||||||
|
|
||||||
DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
|
DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
|
||||||
|
|
Loading…
Reference in a new issue