From 9f79f712bb55fe4f5b3d0c6ad2f43c56dbc8dd77 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 26 Jun 2023 10:54:22 -0400 Subject: [PATCH] Update README.md Co-authored-by: Cole Helbling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eec2b5..054fa4f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Magix Nix Cache uses the GitHub Actions [built-in cache][ghacache] to share buil 1. Secure: Magic Nix Cache follows the [same semantics as the GitHub Actions cache][semantics], and malicious pull requests cannot pollute your project. 1. Private: The cache is stored in the GitHub Actions cache, not with an additional third party. -**Note:** the Magic Nix Cache doesn't offer a publically available cache. +> **Note:** the Magic Nix Cache doesn't offer a publically available cache. This means the cache is only usable in CI. Zero to Nix has an article on binary caching if you want to [share Nix builds][z2ncache] with users outside of CI.