Skip to content

Commit 033a0fa

Browse files
authored
docs: fixed broken markdown link for entry points (#101)
1 parent 66c19a6 commit 033a0fa

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
@@ -88,7 +88,7 @@ conda install -c conda-forge openff-forcefields
8888

8989
## Use
9090

91-
Installing this package exposes an [entry point[(https://packaging.python.org/en/latest/specifications/entry-points/) that makes the `openforcefields/offxml/` directory easily accessible by other packages in the same Python installation. If the [OpenFF Toolkit](https://docs.openforcefield.org/projects/toolkit/en/stable/) is installed, it will automatically detect and use this entry point when loading OFFXML files:
91+
Installing this package exposes an [entry point](https://packaging.python.org/en/latest/specifications/entry-points/) that makes the `openforcefields/offxml/` directory easily accessible by other packages in the same Python installation. If the [OpenFF Toolkit](https://docs.openforcefield.org/projects/toolkit/en/stable/) is installed, it will automatically detect and use this entry point when loading OFFXML files:
9292

9393
```python
9494
from openff.toolkit.typing.engines.smirnoff import ForceField

0 commit comments

Comments
 (0)