Skip to content

Commit d848779

Browse files
committed
minor text change
1 parent 5d1473e commit d848779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/manual/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Pkg.test("AOCoptimizer")
7171

7272
## Adding `AOCoptimizer.jl` as a dependency to your project
7373

74-
The approach described in the previous section is suitable for projects
74+
The approach described in the previous section works for projects
7575
that either add the `Manifest.toml` file to the repository (in general not recommended),
76-
or for projects that do not use version control at all. The reason is that
77-
the URL of the `AOCoptimizer` package does not appear in the `Project.toml` file,
76+
or for projects that don't use version control at all. The reason is that
77+
the `URL` of the `AOCoptimizer` package doesn't appear in the `Project.toml` file,
7878
hence, creating problems for other developers who want to use the project
7979
that depends on `AOCoptimizer`.
8080

0 commit comments

Comments
 (0)