From 8e1d7c16b5c2c9a9516814b1b6f1b26fa6a9576a Mon Sep 17 00:00:00 2001 From: vdayanand Date: Wed, 20 Nov 2019 22:00:43 +0530 Subject: [PATCH] Fix: Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aecd611..83d72c51 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To do so, save both files in an appropriate folder, start Julia, `cd` to the fol ```julia using Pkg Pkg.activate(".") -Pkg.insantiate() +Pkg.instantiate() ``` Each tutorial has a link at the top for a notebook or the raw script which you can download by right-clicking on the link and selecting "*Save file as...*".