aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Pagone <epagone.dev@gmail.com>2020-06-15 10:46:34 +0100
committerGitHub <noreply@github.com>2020-06-15 10:46:34 +0100
commit871496141b394ac39dbb70a8bea3bfc251d28f08 (patch)
tree5ec97dfbfd6cc5afde4d2e94d474dc7c364a39af
parent6a9e3e8c86bba4d8268f92987a8062c22338d0a2 (diff)
downloadfpm-871496141b394ac39dbb70a8bea3bfc251d28f08.tar.gz
fpm-871496141b394ac39dbb70a8bea3bfc251d28f08.zip
Update README.md
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebb2f4d..3fe15c0 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ cd fpm
### Build and Test fpm
-Make sure that the developers library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions)
+Make sure that the development library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions)
Build fpm using:
```