Skip to content

Commit 49d6733

Browse files
author
Adam Venturella
committed
typos
1 parent 8ff16ea commit 49d6733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Views in your application at once. You will also need a way to
2020
communicate to <-> from your unity content to your iOS app.
2121
I would recommend an event bus in both your Unity code and
2222
your iOS code. AKA one central place on both sides to emit events
23-
to and listen to events from on each side.
23+
to and listen to events on each side.
2424

2525
In other words you will need 2 busses, 1 on the Unity side that you can
2626
call into to emit events from on the iOS side, and one on the iOS side that

0 commit comments

Comments
 (0)