1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Fixed markdown typo

This commit is contained in:
Matej Baco 2021-08-30 09:34:22 +02:00
parent 17effaff51
commit b822cb810e

View file

@ -22,7 +22,7 @@ Before making any changes, you will need to fork Appwrite's repository to keep b
This will redirect you from `github.com/appwrite/appwrite` to `github.com/YOUR_USERNAME/appwrite`, meaning all changes you do are only done inside your repository. Once you are there, click the highlighted `Code` button, copy the URL and clone the repository to your computer using `git clone` command:
"`shell
```shell
$ git clone COPIED_URL
```