diff --git a/README.md b/README.md index 91d8db0d..411a31e1 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ manim-render example_scenes.py OpeningManimExample Before using functions that need LaTeX, please change the temporary directory for intermediate files (which will lead to "LaTeX compilation failed") -you can change the `tex_file_writing.py` in `manimlib/utils': +you can change the `tex_file_writing.py` in `manimlib/utils`: ```tex_file_writing.py in full_tex_to_svg # Write intermediate files to a temporary directory with tempfile.TemporaryDirectory() as temp_dir: