Skip to content

Commit 66ec001

Browse files
committed
remove extra space
1 parent 47d15ec commit 66ec001

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

07-cloud/01-basic/02-azure-ftp/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const PORT = process.env.PORT || 8081;
3737
app.listen(PORT, () => {
3838
console.log(`App running on http://localhost:${PORT}`);
3939
});
40-
4140
```
4241

4342
We can run it on local:
@@ -83,8 +82,6 @@ Go to resource.
8382

8483
Enable FTP:
8584

86-
87-
8885
![04-enable-ftp](./readme-resources/04-enable-ftp.png)
8986

9087
Navigate to `Deployment Center`:

0 commit comments

Comments
 (0)