From affb52f4e7b22cc2850ee63b92d406957c72dc1b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 11 Jul 2019 18:48:02 +0200 Subject: [PATCH] Fix: fraction instead of fractions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104f9c5..33f233d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/) Let's say I want an exercise on adding 2 fractions (files are in `examples`). -The *latex* template called `tpl_add_fractions.tex` +The *latex* template called `tpl_add_fraction.tex` ``` latex \documentclass[12pt]{article} @@ -85,7 +85,7 @@ Solution And a ready to print pdf. -- [ all_add_fractions.tex ]( ./examples/all_add_fractions.pdf ) +- [ all_add_fraction.pdf ]( ./examples/all_add_fraction.pdf )