Skip to content

Commit

Permalink
Fix style of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 21, 2023
1 parent a4a03dd commit c6c4b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ In an asdf2nix context, a plugin’s primary goal is to determine whether a
package version exists and to retrieve it. Plugins are made up of the following
functions:

- **hasVersion** - Checks if the requested version of a package is provided by
- `hasVersion` - Checks if the requested version of a package is provided by
the plugin.
- **packageFromVersion** - Retrieves a package that matches a specific version.
- `packageFromVersion` - Retrieves a package that matches a specific version.

For more information on how to structure a plugin, see the [Python
plugin](plugins/python).
Expand Down

0 comments on commit c6c4b3b

Please sign in to comment.