Skip to content

Commit 5108798

Browse files
authored
fix doc typo (#632)
1 parent e277d64 commit 5108798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ A suitable compiler will be automatically installed the first time it is needed.
7777

7878
PackageCompiler 2.0 comes with a few breaking changes.
7979

80-
- The functionality for replacing the default sysimage (`replace_default=true`) has been removed. Instead, you can e.g.
81-
create an alias or shortcut that starts Julia with a custom sysimage by specifying the `--sysimage=<PATH/TO/SYSIMAGE>`
80+
- The functionality for replacing the default sysimage (`replace_default=true`) has been removed. Instead, you can e.g.
81+
create an alias or shortcut that starts Julia with a custom sysimage by specifying the `--sysimage=<PATH/TO/SYSIMAGE>`
8282
command line option.
8383
- Lazy artifacts (those not downloaded until used) are not included in apps by default anymore. Use `include_lazy_artifacts=true` to re-enable this.
8484
- Passing no packages to `create_sysimage` will now include all packages in the given project instead of a sysimage with no packages.
8585
Use `String[]` as a first argument if you want the old behavior.
86-
- The `audit_app` function has been removed. It caught too few problems to be of useful in practice.
86+
- The `audit_app` function has been removed. It caught too few problems to be useful in practice.
8787
- The keyword `app_name` in `create_app` has been removed and replaced with a more flexible version.
8888
If you used `app_name="Foo"`, replace it with `executables=["Foo"=>"julia_main"]`.

0 commit comments

Comments
 (0)