From 824fbe2aaccf815a4d8df3f3a5221a68f3ccdd92 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 12:47:16 +0100 Subject: [PATCH] readme.md --- README.md | 2 +- README.md.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6f8b43..ed38407 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ or Git: ``` git clone --recursive git@gitlab.com:librewolf-community/browser/source.git ``` -cd into it, build the LibreWolf tarball, bootstrap the buld environment, and finally, perform the build: +cd into it, build the LibreWolf tarball, bootstrap the build environment, and finally, perform the build: ``` cd source make all diff --git a/README.md.in b/README.md.in index 60283fa..6d311ec 100644 --- a/README.md.in +++ b/README.md.in @@ -28,7 +28,7 @@ or Git: ``` git clone --recursive git@gitlab.com:librewolf-community/browser/source.git ``` -cd into it, build the LibreWolf tarball, bootstrap the buld environment, and finally, perform the build: +cd into it, build the LibreWolf tarball, bootstrap the build environment, and finally, perform the build: ``` cd source make all