Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eljungsk/ScatteredInterpolation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
eljungsk committed Jul 4, 2019
2 parents 3b9acfe + 8da9cb6 commit f457409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
For more information, see the [Documentation](https://eljungsk.github.io/ScatteredInterpolation.jl/stable).

2 comments on commit f457409

@eljungsk
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/1755

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" f457409f178f07abb73493d8df025442faee76c1
git push origin v0.3.3

Please sign in to comment.