Skip to content

Commit

Permalink
Update README.md (required browser versions)
Browse files Browse the repository at this point in the history
Support for spread (...) operator is needed for rendering.
  • Loading branch information
erikthysell committed Mar 10, 2021
1 parent 95ecfe9 commit 3d80978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ _map.FitBounds(new PointF(45.943f, 24.967f), new PointF(46.943f, 25.967f), maxZo
# Contribute

The `master` branch is used as the development branch. If you are looking for a specific release, check the tags. If you are willing to contribute, fork this repository, and create your own branch from master, preferably give it a meaningful name, regarding your change or the issue that you are targeting. For large modifications, create an issue before, and a WIP pull request. Always rebase before review requests.
# Rendering requirements

BlazorLeaflet uses some ECMA 6 operators (spread) and therefore rendering requires compatible browser such as: EDGE v. ≥79, Chrome v. ≥63, Firefox v. ≥67, Safari v. ≥11 and so forth.

0 comments on commit 3d80978

Please sign in to comment.