Skip to content

Commit 8460fd3

Browse files
authored
Fix typo (#89)
1 parent 38b2e91 commit 8460fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ To ensure that the random streams remain exactly the same, you need to use [Stab
284284
Another aspect is dataset download and management.
285285
The packages [DataDeps.jl](https://github.com/oxinabox/DataDeps.jl), [DataToolkit.jl](https://github.com/tecosaur/DataToolkit.jl) and [ArtifactUtils.jl](https://github.com/JuliaPackaging/ArtifactUtils.jl) can help you bundle non-code elements with your package.
286286
A third thing to consider is proper citation and versioning.
287-
Giving your package a with [Zenodo](https://zenodo.org/) ensures that everyone can properly cite it in scientific publications.
287+
Giving your package a DOI with [Zenodo](https://zenodo.org/) ensures that everyone can properly cite it in scientific publications.
288288
Similarly, your papers should cite the packages you use as dependencies: [PkgCite.jl](https://github.com/SebastianM-C/PkgCite.jl) will help with that.
289289

290290
## Interoperability

0 commit comments

Comments
 (0)