Skip to content

Commit 911e1de

Browse files
authored
Fix typo in README.md: expect => except
I'm pretty sure this is what you intended: "expect" doesn't make sense here.
1 parent 6b76900 commit 911e1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Generated repository will contain:
2727
1. Create a new repository using this template
2828
2. Clone the new repository
2929
3. Run RUNME.sh (cautiously!) with bash at new repository root folder and follow instructions, if using windows [Git for Windows](https://gitforwindows.org/) provides bash and all necessary tools.
30-
4. Move all files (expect folders .git/ .github/ and Samples/) inside any Unity Project Assets folder. This will generate .meta files that are required by Unity.
30+
4. Move all files (except folders .git/ .github/ and Samples/) inside any Unity Project Assets folder. This will generate .meta files that are required by Unity.
3131
5. Move files back to the original folder
3232

3333
**Notes:**

0 commit comments

Comments
 (0)