Skip to content

Commit e975693

Browse files
authored
Update README.md
Fix clone path for this error. `The authenticity of host 'github.com (UP Address)' can't be established. RSA key fingerprint is SHA256:********.`
1 parent 13fbfe8 commit e975693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Clone the repository
1515

16-
git clone git@github.com:lujakob/nestjs-realworld-example-app.git
16+
git clone https://github.com/lujakob/nestjs-realworld-example-app.git
1717

1818
Switch to the repo folder
1919

@@ -135,4 +135,4 @@ This applications uses JSON Web Token (JWT) to handle authentication. The token
135135

136136
# Swagger API docs
137137

138-
This example repo uses the NestJS swagger module for API documentation. [NestJS Swagger](https://github.com/nestjs/swagger) - [www.swagger.io](https://swagger.io/)
138+
This example repo uses the NestJS swagger module for API documentation. [NestJS Swagger](https://github.com/nestjs/swagger) - [www.swagger.io](https://swagger.io/)

0 commit comments

Comments
 (0)