Skip to content

Commit 92214a4

Browse files
authored
Fix typos in Docker section of README
1 parent 34473c6 commit 92214a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ To obtain current versions of all dependencies, `git clone` (or `git pull` to up
4444
<!-- END FOOTER -->
4545

4646
### Running the Package with Docker
47-
To save time on installation, you can use a pre-built Docker image to run the package:
47+
You can also use a pre-built Docker image to run the package:
4848
```bash
4949
docker run -it ghcr.io/kamalsaleh/gradient-based-learning-for-cap-docker:latest
5050
```
51-
This will install the computer algebra system Gap and all other dependencies in an isolated container environment.
51+
This will install the computer algebra system GAP and all other dependencies in an isolated container environment.
5252

5353
### Introduction
5454
This package is an implementation of the ideas presented in the paper [Deep Learning with Parametric Lenses](https://arxiv.org/abs/2404.00408) using the categorical programming language offered by the [CAP](https://github.com/homalg-project/CAP_project) project. The following is a brief overveiw of the operations offered by this repository.

0 commit comments

Comments
 (0)