From 619ff8ca59ee7eecf67f617a638c7fe5bb5e0ef9 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 17:57:38 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 2 +- examples/README.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f0416a..3a35b2f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/BroadcastMapConversion.jl") +julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl") ``` ## Examples diff --git a/examples/README.jl b/examples/README.jl index 44c4717..90babd5 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -13,7 +13,7 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/BroadcastMapConversion.jl") +julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl") ``` =#