Skip to content

Commit 0c58ffb

Browse files
committed
Fix environment file extension. [ci skip]
1 parent fdeee82 commit 0c58ffb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This directory contains examples demonstrating the use of `ghostly` for
44
modification of bonded terms involving ghost atoms in alchemical free energy
55
perturbations. To create a conda environment with the required dependencies,
6-
you can use the provided `environment.yml` file:
6+
you can use the provided `environment.yaml` file:
77

88
```bash
9-
conda env create -f environment.yml
9+
conda env create -f environment.yaml
1010
conda activate ghostly
1111
```
1212

0 commit comments

Comments
 (0)