Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Jan 24, 2016
1 parent 9e496e9 commit 29e503d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .README.md.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To use the iOS app you need a Mac and XCode. Start the project from `./todo` and

I always wanted to reuse my existing code on different platforms. I've tried a lot (PhoneGap, Xamarin, React Native, ...) to make it work and it was never really satisfying. Then I saw `gomobile` and knew I had to give it a chance.

The `item` package, which defines my todo item data model, is used on the server and the same package is used on iOSas a native Objective-C framework. To create the framework simply run `make mobile`. You need to have [gomobile](https://github.com/golang/go/wiki/Mobile) installed.
The `item` package, which defines my todo item data model, is used on the server and the same package is used on iOS as a native Objective-C framework. To create the framework simply run `make mobile`. You need to have [gomobile](https://github.com/golang/go/wiki/Mobile) installed.

Apart from `gomobile` I'd like to show some other cool Go features

Expand Down

0 comments on commit 29e503d

Please sign in to comment.