We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 147b368 + ef8a3e6 commit 024899bCopy full SHA for 024899b
Project.toml
@@ -1,7 +1,7 @@
1
name = "OCReract"
2
uuid = "c9880795-194d-450c-832d-1e8a03a8ecd1"
3
authors = ["Leandro Ferrado"]
4
-version = "1.2.0"
+version = "1.3.0"
5
6
[deps]
7
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
docs/README.md
@@ -13,8 +13,8 @@ Building the documentation
13
14
The documentation is built using the following command:
15
16
-```julia
17
-julia --project=. --color=yes make.jl
+```bash
+julia --project=../. --color=yes make.jl
18
```
19
20
The compiled documents can be viewed at `build/index.html`.
0 commit comments