Skip to content

Commit 491fc3e

Browse files
authored
Update README.md
1 parent 87698b0 commit 491fc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ PhysicsTutorials.open_notebooks()
3030
Supported source files for tutorials are Jupyter notebooks, Weave.jl files, or Literate.jl files.
3131
To contribute a tutorial, clone the repository and put the source file into `tutorials/<category>/<tutorial_name>/` and name it `<tutorial_name>.ipynb` (extension `.jmd`/`.jl` for Weave/Literate sources). To trigger the generation process of all output formats, run the following code from within the repository root folder:
3232

33-
0. Make sure you have `Fire` installed, if not, install it with `julia> ] add Fire`,
34-
1. Create source file `tutorials/<category>/<tutorial_name>/<tutorial_name>.<extension>`, where the extension should be one of `.ipynb`, `.jl` and `.jmd` .
33+
0. Make sure you have `Fire` installed, if not, install it with `] add Fire`,
34+
1. Create the source file `tutorials/<category>/<tutorial_name>/<tutorial_name>.<extension>`, where the extension should be either `.ipynb`, `.jl`, or `.jmd`.
3535
2. Type `julia convert.jl tutorials/<category>/<tutorial_name>/<tutorial_name>.<extension>` in a terminal.
3636

3737

0 commit comments

Comments
 (0)