Skip to content

Commit 305d7a5

Browse files
committed
typos in README
1 parent 581f659 commit 305d7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Computo submission is thus a git(hub) repository like this one containing
1919
- configuration files to set up the dependencies in a virtual environment
2020
- configuration files to set up the continuous integration rendering the final documents
2121

22-
In this template, we focus on `R` users and detail a solution based on
22+
In this template, we focus on `Python` users and detail a solution based on
2323

2424
- The `Jupyter` kernel of Quarto for rendering the document,
2525
- The `venv` Python built system for setting the virtual environment,
@@ -54,7 +54,7 @@ Use the [`venv` package manager](https://cewing.github.io/training.python_web/ht
5454

5555
### Step 4: proof reproducibility
5656

57-
Put everything together and check that your work is indeed reproducible. To this end, you need to rely on a github action, whose default is pre-configured and found here: [.github/workflows/build_n_publish.yml](https://github.com/computorg/template-computo-R/blob/main/.github/workflows/build_n_publish.yml)
57+
Put everything together and check that your work is indeed reproducible. To this end, you need to rely on a github action, whose default is pre-configured and found here: [.github/workflows/build.yml](https://github.com/computorg/template-computo-R/blob/main/.github/workflows/build_n_publish.yml)
5858

5959
This action will
6060

0 commit comments

Comments
 (0)