Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kchu25 committed Sep 17, 2024
1 parent 04a7105 commit d94332c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d94332c

Please sign in to comment.