Skip to content

Commit

Permalink
chore(lint): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 18, 2024
1 parent cb2a501 commit 0e5ca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Using Manim Slides is a two-step process:
of `Scene` (resp. `ThreeDScene`), and add calls to `self.next_slide()`
everytime you want to create a new slide.
2. Run `manim-slides` on rendered animations and display them like a
*Power Point* presentation.
*PowerPoint* presentation.

The documentation is available [online](https://eertmans.be/manim-slides/).

Expand Down Expand Up @@ -199,7 +199,7 @@ manim-slides init
## Interactive Tutorial

Click on the image to watch a slides presentation that explains you how
Click on the image to watch a slides presentation that explains to you how
to use Manim Slides.

[![Manim Slides Docs](https://raw.githubusercontent.com/jeertmans/manim-slides/main/static/docs.png)](https://eertmans.be/manim-slides/)
Expand All @@ -217,7 +217,7 @@ Below is a small recording of me playing with the slides back and forth.

## Comparison with Similar Tools

There exists are variety of tools that allows to create slides presentations
There exists a variety of tools that allows to create slides presentations
containing Manim animations.

Below is a comparison of the most used ones with Manim Slides:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "pdm.backend"
requires = ["pdm-backend"]
requires = ["pdm-backend", "setuptools"]

[project]
authors = [{name = "Jérome Eertmans", email = "jeertmans@icloud.com"}]
Expand Down

0 comments on commit 0e5ca6c

Please sign in to comment.