Skip to content

Commit 7c357ae

Browse files
authored
Merge pull request #1 from JuliaDocs/fe/release
Fixes for release
2 parents 8c390b4 + 8a576f1 commit 7c357ae

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "DocumenterMarkdown"
2-
uuid = "35a7dc56-b8c5-11e8-06a8-f7e9744e4a90"
3-
authors = ["Morten Piibeleht <[email protected]>"]
2+
uuid = "997ab1e6-3595-5248-9280-8efb232c3433"
43
version = "0.1.0"
54

65
[deps]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DocumenterTools
1+
# DocumenterMarkdown
22

33
| **Build Status** |
44
|:-----------------------------------------------------------------------------------------------:|
@@ -8,11 +8,11 @@ This package enables the Markdown / MkDocs backend of [`Documenter.jl`][document
88

99
## Installation
1010

11-
The package is currently unregistered and must be added via URL in the package manager.
12-
From the Julia REPL, type `]` to enter the Pkg REPL mode and run
11+
The package can be added using the Julia package manager. From the Julia REPL, type `]` to
12+
enter the Pkg REPL mode and run
1313

1414
```
15-
pkg> add https://github.com/JuliaDocs/DocumenterMarkdown.jl.git
15+
pkg> add DocumenterMarkdown
1616
```
1717

1818
## Usage

REQUIRE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
julia 0.7
2+
Documenter 0.20

0 commit comments

Comments
 (0)