From 996f89518d85d38cad7e80383834ab05bc9325ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Fri, 11 Sep 2020 12:47:11 +0200 Subject: [PATCH] Fix typo and add inline code to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5a41f7a..a41409bb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ cd exdatabaseLCPQ hugo serve ``` -Now you car use your favorite browser to navigate to the website using the URL showed by hugo in your terminal (normally ) +Now you car use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally ) ## Repository content @@ -30,9 +30,9 @@ The second part is the [tools](exdatabaseLCPQ/src/branch/master/tools/) a serie #### datafileBuilder -A python script to generate data from custom \LaTeX input file see [examples](exdatabaseLCPQ/src/branch/master/docs/examples). +A python script to generate data from custom LaTeX input file see [examples](exdatabaseLCPQ/src/branch/master/docs/examples). #### metarecover -the metarecover bash script is used to regenerate the metadata from the previous git history state. -So you can remove a data file to regenerate it from a LaTeX input file with datafileBuilder and recover the metadata from the previous version using metarecover. \ No newline at end of file +the `metarecover` bash script is used to regenerate the metadata from the previous git history state. +So you can remove a data file to regenerate it from a LaTeX input file with `datafileBuilder` and recover the metadata from the previous version using `metarecover`. \ No newline at end of file