Skip to content

Commit

Permalink
Fix Makefile init var in README
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Jan 13, 2024
1 parent 625b671 commit 06d8b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A simple way to kickstart your Neovim plugin development like a pro with:
1. Kickstart with

```sh
make init plugin=the_name_of_your_plugin
make init name=the_name_of_your_plugin
```

Then, modify the `README.md`, `.github/workflows/release.yml`, and `LICENSE` files to your liking.
Expand Down

0 comments on commit 06d8b46

Please sign in to comment.