From 38e7776e2c8e343c28043aed6f548093b1bd35bd Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:29:15 -0500 Subject: [PATCH] Update plugins documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75dd279..b346724 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ devShells.default = pkgs.mkShell { ``` **Note:** It is worth noting that the value returned by -`packagesFromVersionsFile` is of the form `{ “” = }`. +`packagesFromVersionsFile` is of the form `{ “” = ; +"" = ; ... }`. ## Plugins