diff --git a/Project.toml b/Project.toml index 5491317..1215de6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RecurrentLayers" uuid = "78449bcf-6750-4b78-9e82-63d4a1ccdf8c" authors = ["Francesco Martinuzzi"] -version = "0.1.0" +version = "0.1.1" [deps] Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" diff --git a/README.md b/README.md index e0562b5..942f9c0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ Currently available layers and work in progress in the short term: RecurrentLayers.jl is not yet registered. You can install it directly from the GitHub repository: ```julia using Pkg -Pkg.add(url="https://github.com/MartinuzziFrancesco/RecurrentLayers.jl") +Pkg.add("RecurrentLayers") +``` + +```julia_repl +julia> ] +pkg> add SpectralIndices ``` ## Getting started 🛠️