Skip to content

Commit

Permalink
Fix docstring for pkg_docs_site
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 committed Jan 10, 2023
1 parent 5b318de commit 60408cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PkgOnlineHelp.jl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,12 @@ julia> using PkgOnlineHelp
julia> add_pkg_docs("PSSFSS", "https://simonp0420.github.io/PSSFSS.jl/stable/")
```
Then in the same or a later Julia session:
```julia
```
julia> using PkgOnlineHelp
julia> pkg_docs_site("PSSFSS")
"https://simonp0420.github.io/PSSFSS.jl/stable/"
```
In addition, the site is opened in the user's default browser.
"""
Expand Down

0 comments on commit 60408cd

Please sign in to comment.