Skip to content

Commit 52b9d73

Browse files
authored
cerate -> create typo
1 parent de61b18 commit 52b9d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ which is not diffiucilt, it's just time consuming given the number of files.
9191
- Clean up your unity project
9292
- Add the `objc` folder in this repo with the new custom unity init and obj-c bridging header
9393
- Rename `main` in `main.mm` to anything else
94-
- Alter the application delegate and cerate a main.swift file.
94+
- Alter the application delegate and create a main.swift file.
9595
- Wrap the UnityAppController into your application delegate
9696
- Adjust the `GetAppController` function in `UnityAppController.h`
9797
- Go bananas, you did it! Add the unity view wherever you want!
@@ -202,7 +202,7 @@ Anyway, we need to rename this function to anything but `main`:
202202
int main_unity_default(int argc, char* argv[])
203203
```
204204

205-
#### Alter the swift application delegate and cerate a main.swift file
205+
#### Alter the swift application delegate and create a main.swift file
206206

207207
We have to get our initialization point done however, so we need some small additions/changes.
208208

0 commit comments

Comments
 (0)