diff --git a/README.md b/README.md index 8a759de46b5a3efd6ac71f26a824ffc54db9a831..b5fa76781b97077af0def31bce0fe9f0aff61110 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ See [ReleaseNotes.md](./ReleaseNotes.md) for all information regarding the (newe ## Getting Started The following example clients/configurations are currently provided: -- **[curl](./curl/README.md)** — Example script for the automated download of FHIR packages using curl. The client supports various application scenarios in the context of content syndication (e.g., downloading package versions tagged as "latest", downloading all package versions). -- **[npm](./npm/README.md)** — Example configuration/instructions for using npm to download FHIR packages. -- **[sushi-wrap](./sushi-wrap/README.md)** — Example wrapper script to integrate an automated package download into Sushi workflows. +- **[curl](./curl/)** — Example script for the automated download of FHIR packages using curl. The client supports various application scenarios in the context of content syndication (e.g., downloading package versions tagged as "latest", downloading all package versions). +- **[npm](./npm/)** — Example configuration/instructions for using npm to download and extract FHIR packages. +- **[sushi-wrap](./sushi-wrap/)** — Example wrapper script to integrate an automated package download into Sushi workflows. For more in-depth documentation, please refer to the referenced README files of the individual tools.