Prechádzať zdrojové kódy

docs: fix some typos

Nicola Murino 5 rokov pred
rodič
commit
aaa6d0c71f
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -56,9 +56,9 @@ Sample Dockerfiles for [Debian](https://www.debian.org "Debian") and [Alpine](ht
 Some Linux distro packages are available:
 Some Linux distro packages are available:
 
 
 - For Arch Linux via AUR:
 - For Arch Linux via AUR:
-  - [sftpgo](https://aur.archlinux.org/packages/sftpgo/). This package follow stable releases. It requires `git`, `gcc` and `go` to build.
-  - [sftpgo-bin](https://aur.archlinux.org/packages/sftpgo-bin/). This package follow stable releases downloading the prebuilt linux binary from GitHub. It does not require `git`, `gcc` and `go` to build.
-  - [sftpgo-git](https://aur.archlinux.org/packages/sftpgo-git/). This package build and install the latest git master. It requires `git`, `gcc` and `go` to build.
+  - [sftpgo](https://aur.archlinux.org/packages/sftpgo/). This package follows stable releases. It requires `git`, `gcc` and `go` to build.
+  - [sftpgo-bin](https://aur.archlinux.org/packages/sftpgo-bin/). This package follows stable releases downloading the prebuilt linux binary from GitHub. It does not require `git`, `gcc` and `go` to build.
+  - [sftpgo-git](https://aur.archlinux.org/packages/sftpgo-git/). This package builds and installs the latest git master. It requires `git`, `gcc` and `go` to build.
 
 
 Alternately, you can [build from source](./docs/build-from-source.md).
 Alternately, you can [build from source](./docs/build-from-source.md).