From 2aa712bbaaae2d1d7fd11c1622bef892c04c6800 Mon Sep 17 00:00:00 2001 From: ross-spencer Date: Tue, 6 Aug 2024 18:05:11 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5143040..e75b187 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,17 @@ Tagging should be connected to feed changes, and so might look as follows: ### Accessing versions -Access via: +The JSON can be accessed through different approaches. Some examples are shown +below for `2024.08.06.0001`. The tagged approach is preferred for precision. + +Access examples: * HEAD: `https://raw.githubusercontent.com/orcfax/price-feeds/main/feeds/price-feeds.json` * Tagged: `https://raw.githubusercontent.com/orcfax/price-feeds/2024.08.06.0001/feeds/price-feeds.json` * Commit: `https://raw.githubusercontent.com/orcfax/price-feeds/97940c30407da79a6389386b1e7ad9500e06cf50/feeds/price-feeds.json` + +#### Download + +A tag can also be downloaded via the GitHub tag page, e.g. [2024.08.06.0001][#1] + +[#1]: https://github.com/orcfax/price-feeds/releases/tag/2024.08.06.0001