Skip to content

Commit b2f7a3b

Browse files
authored
Fixed typos in README.md (#16)
* Update README.md * Update README.md * Update README.md
1 parent 2e6cb81 commit b2f7a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Manim's plugins site, simple app with js.
44

55
## Adding a Plugin
66

7-
Their is a Github Actions set up to run daily which will automatically add you plugin if it starts with matches this RegEx `<(.*)>manim-(?P<name>.*)<(.*)>`. If your plugin doesn't match this RegEx, then you can make a PR adding your plugin name as how it is PyPI, to `scripts/default.json` under `extras` section.
7+
There is a Github Actions set up to run daily which will automatically add your plugin to the website if it matches with this RegEx `<(.*)>manim-(?P<name>.*)<(.*)>`. If your plugin doesn't match this RegEx, then you can make a PR adding your plugin's name (as listed on PyPI) to `scripts/default.json` under the `extras` section.
88

99
# Code of Conduct
1010

11-
Our full code of conduct, and how we enforce it, can be read on [our website](https://docs.manim.community/en/latest/conduct.html).
11+
Our full code of conduct, and how we enforce it, can be read on [our website](https://docs.manim.community/en/latest/conduct.html).

0 commit comments

Comments
 (0)