diff --git a/how-to-use.md b/how-to-use.md index 60790f6..5548d06 100644 --- a/how-to-use.md +++ b/how-to-use.md @@ -161,10 +161,10 @@ There is a .gitignore file in the root of the repo. You can add any skins you do Here's an example: ``` -*WhiteCat* -*Vaxei* +/Skins/*WhiteCat* +/Skins/*Vaxei* ``` -So in this example if a Skin has WhiteCat or Vaxei in the name, it will be ignored. +So in this example if a Skin has WhiteCat or Vaxei in the name, it will not be uploaded. ---