diff options
| author | Lucas Thormann <105126738+lucasthormann@users.noreply.github.com> | 2022-06-21 15:40:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 15:40:08 -0500 |
| commit | c9340ec71b4ba0833b9899256d4615fab00a0db6 (patch) | |
| tree | 5d6663a2b1fad1079a869b7df40a3d01c9d432e3 | |
| parent | dc80ca78b6ec2b6bba02560470347433bcd0bb3c (diff) | |
| download | rust-c9340ec71b4ba0833b9899256d4615fab00a0db6.tar.gz rust-c9340ec71b4ba0833b9899256d4615fab00a0db6.zip | |
Fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 78edac9d12c..26613314a15 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ by running it with the `--help` flag or reading the [rustc dev guide][rustcguide If you plan to use `x.py install` to create an installation, it is recommended that you set the `prefix` value in the `[install]` section to a directory. - Create install directory if you are not installing in default directory + Create install directory if you are not installing in default directory. 4. Build and install: |
