Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Jul 17, 2023
1 parent 87c28a4 commit bd53d83
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 @@ -24,7 +24,7 @@ MassaLabs' official plugin list available for MassaStation.
- Create a folder with your plugin assets: `mkdir assets/<plugin-name>`
- Add your logo to the folder: `cp <logo-path> assets/<plugin-name>/<logo-name>` (or just drag and drop it into the folder).

3. Edit the `plugins.json` file to add your plugin information following the template below. you can keek the checksum field empty:
3. Edit the `plugins.json` file to add your plugin information following the template below. you can keep the checksum field empty:

```json
{
Expand Down Expand Up @@ -56,7 +56,7 @@ MassaLabs' official plugin list available for MassaStation.
},

```
4. Generate the checksums : `npm run write-checksum your-plugin-name slugified`
4. Generate the checksums : `npm run write-checksum your-plugin-name` slugified
> replace spaces in the plugin name by dashes to execute this command
5. Make a pull request to submit your contribution to the MassaLabs team for approval.

Expand Down

0 comments on commit bd53d83

Please sign in to comment.