Skip to content

Commit ae9094c

Browse files
committed
Name update
1 parent aff0a4c commit ae9094c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "SpeciesDistributionsToolkit"
1+
name = "SpeciesDistributionToolkit"
22
uuid = "72b53823-5c0b-4575-ad0e-8e97227ad13b"
33
authors = ["Timothée Poisot <timothee.poisot@umontreal.ca>"]
44
version = "0.0.1"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SpeciesDistributionsToolkit
1+
# SpeciesDistributionToolkit
22

3-
`SpeciesDistributionsToolkit.jl` is a few different packages wearing a trench coat, and the
3+
`SpeciesDistributionToolkit.jl` is a few different packages wearing a trench coat, and the
44
end result is a toolkit meant to deal with (surprise!) species distribution data.
55
Specifically, the goal of these packages put together is to provide a consistent way to
66
handle occurrence data, put them on a map, and make it interact with environmental
@@ -20,7 +20,7 @@ version number.
2020
[mnrp]: https://monorepo.tools/
2121

2222
Note that the packages *do* work indepently as well, but they are now *designed* to work
23-
together. In particular, when installing `SpeciesDistributionsToolkit`, you get access to
23+
together. In particular, when installing `SpeciesDistributionToolkit`, you get access to
2424
all the functions and types exported by the component packages.
2525

2626
## Current component packages
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module SpeciesDistributionsToolkit
1+
module SpeciesDistributionToolkit
22

33
# We make ample use of re-export
44
using Reexport
@@ -21,4 +21,4 @@ include("integrations/datasets_layers.jl")
2121
# Integrate GBIF to the layers
2222
include("integrations/gbif_layers.jl")
2323

24-
end # module SpeciesDistributionsToolkit
24+
end # module SpeciesDistributionToolkit

0 commit comments

Comments
 (0)