-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
Thank you for being interested in IINA. | ||
|
||
First of all, please be tolerete. I'm not a professional in Cocoa development or Swift, so my code, especially early parts may contain stupid logic or or design flaw (a refactor is in my plan). | ||
First of all, please be tolerate. I'm not a professional in Cocoa development or Swift, so my code, especially early parts may contain stupid logic or design flaw (a refactor is in my plan). | ||
|
||
If you believe the code structure could be improved, please raise an issue. | ||
|
||
|
@@ -42,7 +42,7 @@ Fork, then clone the repo. | |
git clone [email protected]:(your-username)/iina.git | ||
``` | ||
|
||
Make sure cocoapods is installed, if not , install by | ||
Make sure cocoapods is installed, if not, install by | ||
``` | ||
sudo gem install cocoapods | ||
``` | ||
|