Skip to content

Commit c76593e

Browse files
authored
Update 15/umbraco-cms/tutorials/creating-and-distributing-a-package.md
1 parent fddff93 commit c76593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/tutorials/creating-and-distributing-a-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ If you are creating a package in order to share it with others it is a great ide
239239

240240
To share it, and make it easier to manage and deploy updates we will set up a GitHub repository for the package. This tutorial assumes you know what GitHub is, and that you have an account.
241241

242-
Create a fresh repo, with no readme, gitignore or license - do not choose a repository template (set to 'No Template'). On the second screen it will give you a command to push an existing repository to the new GitHub repo, should look like this but with your own user in the link:
242+
Create a fresh repo, with no readme, gitignore or license - do not choose a repository template (set to 'No Template'). The second screen will provide a command to push an existing repository to your new GitHub repo. It will look like this but with your own username in the link:
243243

244244
```
245245
git remote add origin https://github.com/jmayntzhusen/package-workshop.git

0 commit comments

Comments
 (0)