From dce0354aed9697515f31a00e7dae71faf3b47209 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 9 Feb 2023 17:24:17 -0700 Subject: [PATCH] fix(README): standard -> paisano --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110a8f2..2897847 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ With Paisano, we attempt to solve the following problems: These are the types attached to the blocks mentioned above. They allow you to define arbitary actions which can be run over the specific targets contained in the associated block. This allows a platform or framework provider to implement shared functionality for their particular use case, such as a single action which describes how to "push" container images to their registry. - This is really where Standard breaks away from the simple packaging pattern of Nix and allows you to define what you actually want to _do_ with those packages, artifacts, scripts, or images in a well-defined, boilerplate free way. + This is really where Paisano breaks away from the simple packaging pattern of Nix and allows you to define what you actually want to _do_ with those packages, artifacts, scripts, or images in a well-defined, boilerplate free way. - **Registry** — the registry extracts structured, yet json-serializable, data from our output type system and code structure. Consumers such as CI, a CLI/TUI, or even a UI can access and extract that data for a tight integration with the respective target use cases. For a concrete example of a consumer, see [std-action](https://github.com/divnix/std-action).