Skip to content

Commit

Permalink
Merge pull request #55 from COBREXA/mk-readme
Browse files Browse the repository at this point in the history
fix README a lil bit
  • Loading branch information
exaexa authored Jul 24, 2024
2 parents 79c8a81 + bb13b62 commit 68e689f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COBREXA.jl is best installed using Julia's packaging system.

### Guides

To start quickly, [follow the examples in the documentaiton][docs-url-examples].
To start quickly, [follow the examples in the documentation][docs-url-examples].

We recommend to start with the usual [Flux Balance Analysis example][docs-url-fba].

Expand Down Expand Up @@ -87,8 +87,9 @@ docker run -ti --rm ghcr.io/cobrexa/docker/cobrexa.jl:latest
```

In the container, you should get a `julia` shell with the important packages
already installed, and you may immediately continue the above tutorial from
`using COBREXA`.
already installed, and you may immediately import the package with `using
COBREXA`, and start running COBREXA analyses (such as the ones in the
[documentation examples][docs-url-examples]).

If you require precise reproducibility, use a tag like `v1.2.2` instead of
`latest` (all releases since 1.2.2 are tagged this way).
Expand Down

0 comments on commit 68e689f

Please sign in to comment.