Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin committed Jul 16, 2023
1 parent 4a03f9a commit 3f3f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Support personalized plugin extensions, you can easily integrate the functions y
]
```

3. And then you are done, nothing else to do! Just play with your plugins!
And then you are done, nothing else to do! Just play with your plugins!

## Contributing

Expand All @@ -43,7 +43,7 @@ Use `@register` decorator to register plugin and extend basic `Plugin` class
```python
@register
class TikTok(Plugin):
name = "tiktok" # name is required and should be the same as in source.json
name = "tiktok" # name is required and must be the same as in source.json
```

### 3. Implement abstract methods
Expand Down

0 comments on commit 3f3f650

Please sign in to comment.