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:
Thomas A. Christensen II 2021-09-23 09:48:37 -05:00
parent 6a75c724e2
commit 1cd41f6729
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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)