diff --git a/petrinet/examples/sir_typed.json b/petrinet/examples/sir_typed.json
index 93772bf..cb793ed 100644
--- a/petrinet/examples/sir_typed.json
+++ b/petrinet/examples/sir_typed.json
@@ -73,8 +73,8 @@
"rates": [
{
"target": "inf",
- "expression": "S*I*beta",
- "expression_mathml": "SIbeta"
+ "expression": "S*I*beta/(S+I+R)",
+ "expression_mathml": "ISbetaIRS"
},
{
"target": "rec",
@@ -702,4 +702,4 @@
]
}
}
-
\ No newline at end of file
+