From 8da9cb6e67e1029c9decdf9179e6ecba8fc04109 Mon Sep 17 00:00:00 2001 From: Emil Ljungskog Date: Wed, 3 Jul 2019 18:06:06 +0200 Subject: [PATCH] Update Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b0dc8f..1989885 100755 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ ## Installation -`ScatteredInterpolation.jl` is registered in `METADATA`. To install, run +`ScatteredInterpolation.jl` is registered in the general registry. To install, run ``` -julia> Pkg.add("ScatteredInterpolation") +julia> ]add ScatteredInterpolation ``` followed by `using ScatteredInterpolation` to load the package. ## Documentation -For more information, see the [Documentation](https://eljungsk.github.io/ScatteredInterpolation.jl/stable). \ No newline at end of file +For more information, see the [Documentation](https://eljungsk.github.io/ScatteredInterpolation.jl/stable).