Skip to content

Commit cb99ce1

Browse files
authored
Update README.md
1 parent 1cf058a commit cb99ce1

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
@@ -66,13 +66,13 @@ Reactions can be defined by a `.json` file under `reactions` directory. An examp
6666
]
6767
```
6868

69-
We can define multiple reactions in one file, so that we can simulate a complex system composed of many simple power-law reactions. Take the van der Vusse reaction for example:
69+
We can define multiple reactions in one file, so that we can simulate a complex system composed of many simple power-law reactions. Take the van de Vusse reaction for example:
7070

7171
$$A\stackrel{k_1}{\longrightarrow} B \stackrel{k_2}{\longrightarrow} C$$
7272

7373
$$2A\stackrel{k_3}{\longrightarrow} D$$
7474

75-
The `.json` file for the van der Vusse reaction looks like this:
75+
The `.json` file for the van de Vusse reaction looks like this:
7676

7777
```
7878
[

0 commit comments

Comments
 (0)