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...*".