Skip to content

Commit 910cfd5

Browse files
authored
fix README (#410)
1 parent 6366105 commit 910cfd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- WARNING: this file has been automatically generated, please update UnicodePlots/docs/gen_docs.jl instead, and run $ julia gen_docs.jl to render README.md !! -->
1+
<!-- WARNING: this file has been automatically generated, please update UnicodePlots/docs-md/gen_docs.jl instead, and run $ julia gen_docs.jl to render README.md !! -->
22
# UnicodePlots
33

44
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
@@ -780,7 +780,7 @@ The method `label!` is responsible for the setting all the textual decorations o
780780

781781
The following snippet:
782782
```bash
783-
$ cd docs
783+
$ cd docs-md
784784
$ julia gen_docs.jl
785785
$ (cd imgs; julia gen_imgs.jl)
786786
```

docs-md/gen_docs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Markdown: MD, Paragraph, plain
66

77

88
(@main) = begin
9-
warn = "WARNING: this file has been automatically generated, please update UnicodePlots/docs/gen_docs.jl instead"
9+
warn = "WARNING: this file has been automatically generated, please update UnicodePlots/docs-md/gen_docs.jl instead"
1010
docs_url = "https://github.com/JuliaPlots/UnicodePlots.jl/raw/unicodeplots-docs"
1111
ver = "3.x"
1212

@@ -287,7 +287,7 @@ The following types of `Canvas` are implemented:
287287
doc_update = plain_md_par("""
288288
The following snippet:
289289
```bash
290-
\$ cd docs
290+
\$ cd docs-md
291291
\$ julia gen_docs.jl
292292
\$ (cd imgs; julia gen_imgs.jl)
293293
```

0 commit comments

Comments
 (0)