From a4ac4d6483944d4b72e78fb48fb49203b600fd00 Mon Sep 17 00:00:00 2001 From: Jingchao Zhang <6353250+JingchaoZhang@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:50:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62802992..9de4db70e 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ If a valence of 3 is detected on carbon, the formal charge will be assigned to - # Plugins -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`: +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`: ```py entry_points={ 'dpdata.plugins': [