Skip to content

Commit 76d1845

Browse files
authored
Update README.md
1 parent 3ec9533 commit 76d1845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/biochemistry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Notice, that in the GUI preview, the `metal_salt_mass_unit` and `linker_mass_uni
104104

105105
![Result of attribute type change to enum](figs/change_attribute_type_to_enum_result.png)
106106

107-
In the same manner, create a new enum `time_unit` with the values `s`, `min`, `h`, `day` and `week`.
107+
In the same manner, create a new enum `time_unit` with the values `second`, `minute`, `hour`, `day` and `week`.
108108
To the `time_unit` attribute, change the type to the new enumeration.
109109

110110
Also do the same for the `temperature_unit` attribute, with the values `K`, `deg C` and `deg F`.

0 commit comments

Comments
 (0)