Skip to content

Commit

Permalink
Update plugins documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 21, 2023
1 parent c6c4b3b commit 38e7776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ devShells.default = pkgs.mkShell {
```

**Note:** It is worth noting that the value returned by
`packagesFromVersionsFile` is of the form `{ “<plugin>” = <package> }`.
`packagesFromVersionsFile` is of the form `{ “<plugin-1>” = <package-1>;
"<plugin-2>" = <package-2>; ... }`.

## Plugins

Expand Down

0 comments on commit 38e7776

Please sign in to comment.