Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoalemanno committed Mar 6, 2020
1 parent 311bfa6 commit 10b6a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
Julia array type supporting a default value, useful for storing very sparse information in a space efficient manner, the internal design uses "Dict" for storage

### Installation:
Since this package is not registered (at the moment) do:
Since this package is now registered do:
```julia
using Pkg
pkg"add https://github.com/francescoalemanno/DefaultArrays.jl.git";
using Pkg; pkg"add DefaultArrays";
```

### Usage:
Expand Down

0 comments on commit 10b6a9f

Please sign in to comment.