Skip to content

Commit

Permalink
docs: fixed broken markdown link for entry points (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz authored Feb 22, 2024
1 parent 66c19a6 commit 033a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ conda install -c conda-forge openff-forcefields

## Use

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:
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:

```python
from openff.toolkit.typing.engines.smirnoff import ForceField
Expand Down

0 comments on commit 033a0fa

Please sign in to comment.