Skip to content

Commit

Permalink
Merge pull request #25 from dmolina/patch-1
Browse files Browse the repository at this point in the history
Update README.md without the git URL to install
  • Loading branch information
andyferris authored Apr 17, 2020
2 parents 9696a96 + 806c88c commit d5fbe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ acceleration indexes but otherwise attempts to use a generic "native Julia" inte
## Quick start

You can install the package by typing
`Pkg.clone("https://github.com/JuliaData/SplitApplyCombine.jl")` at the REPL.
`Pkg.add("SplitApplyCombine")` at the REPL.

Below are some simple examples of how a select subset of the tools can be used to split,
manipulate, and combine data. A complete API reference is included at the end of this
Expand Down

0 comments on commit d5fbe33

Please sign in to comment.