Skip to content

Commit

Permalink
Fix documentation typo (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Jan 29, 2020
1 parent f156ddd commit a313a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
WebIO is installed just like any other Julia package.
```julia
using Pkg
Pkd.add("WebIO")
Pkg.add("WebIO")
using WebIO
```
Make sure to watch for any errors during the build process;
Expand Down

0 comments on commit a313a53

Please sign in to comment.