Skip to content

Commit a25da25

Browse files
authored
Fix typo (#122)
1 parent 4fbd82a commit a25da25

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
@@ -35,7 +35,7 @@ For more advanced use cases, we also expose the `chai_lab.chai1.run_folding_on_c
3535
<summary>Where are downloaded weights stored?</summary>
3636
<p markdown="1">
3737
By default, weights are automatically downloaded and stored in <package_root>/downloads (usually that's within site-packages).
38-
In cases where you want to control the download location (e.g. on a mounted drive in Docker), you can use the `CHAI_DOWNLOADS_DIR` envvar to control the download loacation. For example:
38+
In cases where you want to control the download location (e.g. on a mounted drive in Docker), you can use the CHAI_DOWNLOADS_DIR envvar to control the download location. For example:
3939

4040
```bash
4141
CHAI_DOWNLOADS_DIR=/tmp/downloads python ./examples/predict_structure.py

0 commit comments

Comments
 (0)