Fix Typo in README.md

This commit is contained in:
Abhijit Kshirsagar Kshirsagar 2023-04-20 11:02:53 +05:30
parent 11d22a46be
commit cd37d64574
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ To download the code you can click the download button or git-clone the repo. No
git -c http.sslVerify=false clone https://gitea.iitdh.ac.in:443/kabhijit/BootstrapHomepageTemplate.git git -c http.sslVerify=false clone https://gitea.iitdh.ac.in:443/kabhijit/BootstrapHomepageTemplate.git
``` ```
###### Modifying ###### Modifying
To edit, I recomment the open-source editor "Brackets" which has a "live-preview" mode, showing the changes as the HTML code is modified. Simple changes can be made by just replacing the sample text blocks in the html file (a rudimentary understanding of HTML is sufficient). For more complex changes to the layout a good understanding of bootstrap may be necessary. Colors and themes are defined in the accompanying css file. To edit, I recommend the open-source editor "Brackets" which has a "live-preview" mode, showing the changes as the HTML code is modified. Simple changes can be made by just replacing the sample text blocks in the html file (a rudimentary understanding of HTML is sufficient). For more complex changes to the layout a good understanding of bootstrap may be necessary. Colors and themes are defined in the accompanying css file.
Edits may also be submitted via github's issue tracker / pull requests. Edits may also be submitted via github's issue tracker / pull requests.