From 91c1b8341ae8c0bc0ebcce4b96c11387fb94e1f9 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 13 Feb 2022 07:53:26 +1100 Subject: [PATCH] Update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f8af94..feb5d03 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ This package provides a display for figures, plots and tables. When you load the ## Getting Started -You can install the package via the normal julia package manger: +You can install the package via the normal julia package manager: ````julia -Pkg.add("ElectronDisplay") +using Pkg; Pkg.add("ElectronDisplay") ```` As soon as you load the package with ``using ElectronDisplay``, it will start to show plots that have the correct ``show`` methods in an electron window.