Skip to content

Commit 15fc1f4

Browse files
author
Will Kimmerer
authored
Fix package name
Thanks to @abhinavmehndiratta for catching this for me!
1 parent 9e08aa1 commit 15fc1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A fast, general sparse linear algebra and graph computation package, based on Su
66
### Installation
77
```julia
88
using Pkg
9-
Pkg.add("SuiteSparseGraphBLAS.jl")
9+
Pkg.add("SuiteSparseGraphBLAS")
1010
```
1111

1212
### v1.0

0 commit comments

Comments
 (0)