diff --git a/README.md b/README.md index c83051d..51f4b48 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ PlotPWM is a package for plotting [position weight matrices (PWMs)](https://en.w # Installation To install PlotPWM use Julia's package manager: ``` -pkg> add PlotPWM +using Pkg +Pkg.add("PlotPWM") ``` # Usage