Skip to content

Commit 672dea6

Browse files
committed
Fix typo
Fix typo
1 parent ac0adbd commit 672dea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Next Generation of [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS
88

99
## Why?
1010

11-
It's hard to maintaine the original implement. There are too many unused code in it.
12-
It also embed ss-local source. It's crazy to maitaine depandences of ss-local.
11+
It's hard to maintain the original implement. There are too many unused code in it.
12+
It also embed ss-local source. It's crazy to maintain depandences of ss-local.
1313
So it's hard to update ss-local version.
1414

15-
Now I just copy the ss-local from home brew. Run ss-local executable as a Launch Agent in background.
15+
Now I just copy the ss-local from HomeBrew. Run ss-local executable as a Launch Agent in background.
1616
Serve pac js file as a file url. So there are only some souce codes related to GUI left.
1717
Then I rewrite the gui code by swift.
1818

@@ -61,7 +61,7 @@ ref: [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
6161

6262
## TODO List
6363

64-
- [ ] Embed the http proxy server [privoxy](http://www.privoxy.org/).
64+
**- [ ] Embed the http proxy server [privoxy](http://www.privoxy.org/).**
6565

6666
## License
6767

0 commit comments

Comments
 (0)