Fix typo and mistake at FAQ.md (#8544)

* fix typos and errors

* Add link to installation guide

* Use https link
This commit is contained in:
Mak Sim 2024-05-01 11:43:59 +03:00 committed by GitHub
parent e5c5144060
commit 53bed70326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

6
FAQ.md
View File

@ -278,12 +278,10 @@ execution.
latest available version and retry.
#### I get an "ImportError: No module named event". How come?
#### I get an "ImportError: No module named _event". How come?
If you use Kivy from our development version, you must compile it before
using it. In the kivy directory, run
make force
using it. Check [installation guide](https://kivy.org/doc/stable/gettingstarted/installation.html) for more information.
## Android Questions