Skip to content

Commit 8670edd

Browse files
committed
Revise instructions on template display
1 parent 1c0e488 commit 8670edd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ JSON (Built-in to Django REST Framework)
3535
Once you have constructed the API to display these trips, you'll create a page
3636
that displays the list of Trips, as per the response of the API.
3737

38-
How you display these trips is up to you. You can use Javascript to make an
39-
_AJAX_ call, or you can do something else. Feel like displaying it on an Android
40-
application instead? That's fine, as long as you built the API for it :)
38+
Stylistically, how you display these trips is up to you. Data-wise, as long as the data is coming from the API view you've built, we
39+
are agnostic as to what technology you use to query that view. Generally, it'd be in Javascript using an _AJAX_ call, or you can do something else. Feel like displaying it on an Android application instead? That's fine, as long as you built the API for it :)
4140

4241
... And that's it! Feel free to try new technologies, as long you're within the
4342
scope of the challenge requirements, we're happy.

0 commit comments

Comments
 (0)