stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

readme.md: clone with https instead of ssh #21

Closed mattbretl closed 6 years ago

mattbretl commented 6 years ago

The ssh approach (git@github.com:) fails if ssh is not configured.. https always works.

jgw96 commented 6 years ago

Thanks for the PR!