Skip to content

Commit d37dad1

Browse files
authored
Merge pull request #1734 from StoDevX/readme-tweaks
Some README tweaks
2 parents a66526e + f11f453 commit d37dad1

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
@@ -1,4 +1,4 @@
1-
# AAO-React-Native
1+
# All About Olaf
22
[![Build Status](https://travis-ci.org/StoDevX/AAO-React-Native.svg?branch=master)](https://travis-ci.org/StoDevX/AAO-React-Native) [![Coverage Status](https://coveralls.io/repos/github/StoDevX/AAO-React-Native/badge.svg)](https://coveralls.io/github/StoDevX/AAO-React-Native)
33

44
## About
@@ -13,8 +13,8 @@ The St. Olaf community, now in pocket size… rewritten in React Native.
1313
- `cd` into the folder
1414
- [Install React Native](http://facebook.github.io/react-native/docs/getting-started.html#content)
1515
- `npm install`
16-
- `npm run ios`
17-
- Android setup is trickier: you'll want to launch your Android emulator first, then run `npm run android`.
16+
- For iOS: `npm run ios`
17+
- For Android: launch your Android emulator first, then run `npm run android`.
1818

1919
## Note
2020
The Calendar won't work until you give it a Google Calendar API key. You should [create one yourself](https://console.developers.google.com/projectselector/apis/credentials)!
@@ -26,4 +26,4 @@ The Calendar won't work until you give it a Google Calendar API key. You should
2626
* Bugs! All bugs should have the [`bug/general`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Fgeneral) or [`bug/layout`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Flayout) label in the issues
2727
* Enhancements! All ideas for improvement that are not being worked on should be [`closed` and labelled as `discussion`](https://github.com/StoDevX/AAO-React-Native/issues?utf8=%E2%9C%93&q=is%3Aclosed%20is%3Aissue%20label%3Astatus%2Fdiscussion)
2828

29-
For full information, see [CONTRIBUTING](CONTRIBUTING.md)
29+
For full information, see [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)