Skip to content

Commit

Permalink
use HTTPS for cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored and floodfx committed Oct 18, 2022
1 parent e44a379 commit d2976eb
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Either use `git clone` or `degit` to get the **LiveViewJS** GitHub repository.

```bash
# clone the LiveViewJS repo
git clone git@github.com:floodfx/liveviewjs.git
git clone https://github.com/floodfx/liveviewjs.git
```

### OR fetch with `degit`:
Expand Down
Loading

0 comments on commit d2976eb

Please sign in to comment.