From 3ec8bb0d28eebf0b47565e806d65dd26fcab721c Mon Sep 17 00:00:00 2001 From: ASUTOSH GHANTO <44160439+asutoshgha@users.noreply.github.com> Date: Tue, 2 Feb 2021 13:29:56 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a268b420..f1c2e63e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install -r requirements.txt python manim.py example_scenes.py OpeningManimExample ``` ### Mac OSX -1. Install FFmpeg,LaTeX,cairo in terminal using homebrew. +1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew. ```sh brew install ffmpeg mactex cairo ```