iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.08k stars 293 forks source link

Remove typo #2212

Closed omimakhare closed 9 months ago

omimakhare commented 9 months ago

Description:

This Pull Request fixes a typographical error in the README.md file.

Changes Made:

Corrected "recommand" to "recommend" in the README.md file.

Additional Information:

This fix is not related to any existing issue. It's a minor typo that I noticed while reviewing the README.

Thank you for considering this contribution.

mgermerie commented 9 months ago

Oops, I didn't check your commit message. Could you please rename it following the angular convention ? You can find explainations on how to name your commit in CONTRIBUTING.md file.

For your commit, it should be something like doc(README): remove typo.

omimakhare commented 9 months ago

Hey @mgermerie I have created new pull request with updated commit message here #2213