Skip to content

Commit 3963105

Browse files
committed
Tweak README (docs section)
1 parent 3bec496 commit 3963105

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To install the module, use Julia's package manager: start pkg mode by pressing `
1212
(v1.5) pkg> add ArgParse
1313
```
1414

15-
Dependencies will be installed automatically.
1615
The module can then be loaded like any other Julia module:
1716

1817
```
@@ -21,10 +20,8 @@ julia> using ArgParse
2120

2221
### Documentation
2322

24-
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
25-
- [**DEV**][docs-dev-url] — *in-development version of the documentation.*
26-
27-
See also the examples in the [examples directory](examples).
23+
- The manual is [HERE][docs-url].
24+
- See also the examples in the [examples directory](examples).
2825

2926
## Changes in release 1.1.2
3027

0 commit comments

Comments
 (0)