Skip to content

Commit

Permalink
Fix documentation on Shim metadata.
Browse files Browse the repository at this point in the history
Now the comment should include also the plugin version
  • Loading branch information
vic authored Aug 18, 2019
1 parent 069db7d commit 65e88bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ This must be used wisely. For now AFAIK, it's only being used in the Elixir plug

**Important: Shim metadata**

If you create a custom shim, be sure to include a comment like the following (replacing your plugin name) in it:
If you create a custom shim, be sure to include a comment like the following (replacing your plugin name and version) in it:

```
# asdf-plugin: plugin_name
# asdf-plugin: plugin_name plugin_version
```

asdf uses this `asdf-plugin` metadata to remove unused shims when uninstalling.
Expand Down

0 comments on commit 65e88bb

Please sign in to comment.