diff --git a/content/Ellie/Marmalade/creating-a-marmalade.md b/content/Ellie/Marmalade/creating-a-marmalade.md index 770e0c8..432e976 100644 --- a/content/Ellie/Marmalade/creating-a-marmalade.md +++ b/content/Ellie/Marmalade/creating-a-marmalade.md @@ -24,7 +24,7 @@ This section will guide you through how to create a simple custom marmalade. You - Open your favorite terminal and navigate to a folder where you will keep your project . - Install the ellie-marmalade template - - `git clone https://toastielab.dev/Emotions-stuff/ellie-marmalade` + - `git clone https://toastielab.dev/EllieBotDevs/ellie-marmalade` - `cd ellie-marmalade` - `dotnet new install .\` @@ -33,7 +33,7 @@ This section will guide you through how to create a simple custom marmalade. You - `cd example_marmalade` - Make a new Ellie Marmalade project - - `dotnet new ellie-marmalade` + - `dotnet new ellie-marmalade` - This can be any name you want you just have to specify `-n ` after the first part of the command - Here is an example `dotnet new ellie-marmalade -n my-cool-marmalade` - This will create a marmalade project with the name my-cool-marmalade @@ -84,7 +84,7 @@ This requires writing a little bit of code but we will help you through it as mu