Skip to content

Commit

Permalink
docs: update example README
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored May 10, 2019
1 parent 2619868 commit 64b6fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/cra/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Installation

To ensure that the local dependency on `@dhis2/app-runtime@file:../../` is updated, install with `yarn install --check-files`

## USAGE

This sample application requests data from the public-facing API at [play.dhis2.org/dev](https://play.dhis2.org/dev). Cookies are used for authentication, the DataRequest component will receive an `Unauthorized` error if you are not currently logged in.

0 comments on commit 64b6fe5

Please sign in to comment.