diff --git a/examples/cra/README.md b/examples/cra/README.md index fc8e24dd..d4d98fa8 100644 --- a/examples/cra/README.md +++ b/examples/cra/README.md @@ -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.