From 4974a5d3818498cdd9469e62d0d143737378400d Mon Sep 17 00:00:00 2001 From: Wiktor Perskawiec Date: Wed, 23 Oct 2024 13:59:37 +0200 Subject: [PATCH] README: fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22f6b069ac..855608e20d 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ software center application. For development releases check the [weekly-builds page](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds). -Other options are described at the [wiki Download page](https://wiki.freecad.org/Download). +Other options are described on the [wiki Download page](https://wiki.freecad.org/Download). Compiling --------- -Compiling FreeCAD requires installation of several libraries and their +Compiling FreeCAD requires the installation of several libraries and their development files such as OCCT (Open Cascade), Coin and Qt, listed in the pages below. Once this is done, FreeCAD can be compiled with CMake. On Windows, these libraries are bundled and offered by the @@ -86,7 +86,7 @@ To report an issue please: - Post a Step-By-Step explanation on how to recreate the issue; - Upload an example file (FCStd as ZIP file) to demonstrate the problem; -For more detail see: +For more details see: - [Bug Tracker](https://github.com/FreeCAD/FreeCAD/issues) - [Reporting Issues and Requesting Features](https://github.com/FreeCAD/FreeCAD/issues/new/choose)