Skip to content

Commit 5990c78

Browse files
Update README.md (#209)
1 parent f864b36 commit 5990c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ If a valence of 3 is detected on carbon, the formal charge will be assigned to -
257257

258258
# Plugins
259259

260-
One can follow [a simple example](plugin_example/) to add their own format by creating and installing plugins. It's crirical to add the [Format](dpdata/format.py) class to `entry_points['dpdata.plugins']` in `setup.py`:
260+
One can follow [a simple example](plugin_example/) to add their own format by creating and installing plugins. It's critical to add the [Format](dpdata/format.py) class to `entry_points['dpdata.plugins']` in `setup.py`:
261261
```py
262262
entry_points={
263263
'dpdata.plugins': [

0 commit comments

Comments
 (0)