feat: fixed typos in README

pull/429/head
Ashish Panigrahi 2021-06-30 18:56:01 +05:30
parent 381de22c7d
commit 2a44506fda
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ Pkg.add("Weave")
```julia
using Weave
# add depencies for the example
# add dependencies for the example
using Pkg; Pkg.add(["Plots", "DSP"])
filename = normpath(Weave.EXAMPLE_FOLDER, "FIR_design.jmd")
@ -60,7 +60,7 @@ filename = normpath(Weave.EXAMPLE_FOLDER, "FIR_design.jmd")
weave(filename, out_path = :pwd, doctype = "md2pdf")
```
NOTE: `Weave.EXAMPLE_FOLDER` just points to [`examples` directory](./examples).
NOTE: `Weave.EXAMPLE_FOLDER` just points to [`examples`](./examples) directory.
## Documentation
@ -89,7 +89,7 @@ We'd also appreciate more example documents written using Weave.
## Contributors
You can see the list of contributors on GitHub: https://github.com/JunoLab/Weave.jl/graphs/contributors .
You can see the list of contributors on GitHub: https://github.com/JunoLab/Weave.jl/graphs/contributors.
Thanks for the important additions, fixes and comments.