diff --git a/bin/update/README.md b/bin/update/README.md index 1b29491..be1137c 100644 --- a/bin/update/README.md +++ b/bin/update/README.md @@ -11,11 +11,11 @@ How over-the-air updates work on Umbrel. 4. To prepare a new release of Umbrel, called `vX.Y.Z`, a PR is opened that updates the [`info.json`](https://github.com/mayankchhabra/umbrel/blob/ota-updates/info.json) file to: -``` +```json { "version": "X.Y.Z", "name": "Umbrel vX.Y.Z", - "notes": "This release contains a number of bug fixes and new features." + "notes": "This release contains a number of bug fixes and new features.", "requires": ">=A.B.C" } ```