diff --git a/Assignment.md b/Assignment.md index 6821d86..cecfbcf 100644 --- a/Assignment.md +++ b/Assignment.md @@ -3,7 +3,7 @@ Clone the Wikipedia app from [GitHub](https://github.com/wikimedia/wikipedia-ios). The Wikipedia app can be called from other apps via deep linking. Modify the Wikipedia app so that it can be called in a way so that, when started, it directly -goes to the ‘Places’ tab and shows the location specified by the calling app (e.g. via coordinates), instead of the current location. +goes to the **Places** tab and shows the location specified by the calling app (e.g. via coordinates), instead of the current location. Create a simple test app with a list of locations. Your app should fetch locations from this [location](https://raw.githubusercontent.com/abnamrocoesd/assignment-ios/main/locations.json). Tapping on a location should call the Wikipedia app in this new way to demonstrate the functionality. The user of the test app should be allowed to enter a custom location and open the Wikipedia app there.