From c8f81dd1be00138416905ff4b53338678412ff7e Mon Sep 17 00:00:00 2001 From: Mayank Agarwal <98695348+Mayank1170@users.noreply.github.com> Date: Sat, 29 Apr 2023 15:43:33 +0530 Subject: [PATCH] Update README.md Python Script " python script.py -i markdown_file\yourname.md -o yourname.html " is converted to " python script.py -i markdown_file/yourname.md -o yourname.html " --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2d870..d41686b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Update your daily work details here. - Create a file with your name (yourname.md). - Copy the given [template](https://github.com/FOSS-Community/progress-tracker/blob/main/template.md). - Update your Progress. Give a link to GitHub repository or [upload an image](https://imgbb.com/) and paste the URL. -- Run
`python script.py -i markdown_file\yourname.md -o yourname.html`
in the terminal. +- Run
`python script.py -i markdown_file/yourname.md -o yourname.html`
in the terminal. - Go to [dist/index.html](https://github.com/FOSS-Community/progress-tracker/blob/main/dist/index.html#L40) -> add
`
  • Your Name

  • `
    to the list. - Make a Pull Request.