Skip to content

Commit

Permalink
Replace SSH in instructions with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Jan 18, 2021
1 parent d034b62 commit b22d9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

```Bash
# Clone repostiory to local device
git clone git@github.com:Neutron-Creative/Singlelink.git
git clone https://github.com/Neutron-Creative/Singlelink.git

# Enter client of new project
cd Singlelink
Expand Down Expand Up @@ -103,7 +103,7 @@ npm start

```Bash
# Clone repostiory to local device (don't need to repeat if performed previously for client)
git clone git@github.com:Neutron-Creative/Singlelink.git
git clone https://github.com/Neutron-Creative/Singlelink.git

# Enter client of new project
cd Singlelink/server
Expand Down

0 comments on commit b22d9b9

Please sign in to comment.