From d5aed3cdeb9d659856c5d440dd7f80639c546eab Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 1 Jun 2019 14:37:59 -0700 Subject: [PATCH] Emphasize the SFTP in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd0fe3..54b12d9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Replace `sassc` with `sass` in the third command if you installed Sass from npm. Now, the `index.html` file and everything in the `static` folder can be safely copied into any directory exposed by a web server. I use my university `public_html` folder. -Below are the SFTP commands I use to upload a fresh copy of the project: +Below are the _SFTP commands_ I use to upload a fresh copy of the project: ``` put index.html public_html/ECE472/index.html put -r static public_html/ECE472/static