From 56f37dbe126650d626a27c0f15ad5223977ae2ad Mon Sep 17 00:00:00 2001 From: Val B Date: Fri, 18 Jan 2019 20:53:15 -0400 Subject: [PATCH] Apply grammar changes (#30064) --- .../share-file-using-python-simple-http-server/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/english/python/share-file-using-python-simple-http-server/index.md b/guide/english/python/share-file-using-python-simple-http-server/index.md index e08a1c197e..869acc80d0 100644 --- a/guide/english/python/share-file-using-python-simple-http-server/index.md +++ b/guide/english/python/share-file-using-python-simple-http-server/index.md @@ -1,7 +1,7 @@ --- title: Share File Using Python SimpleHTTPserver --- -## The steps need to follow for sending the file. +## The steps you need to follow for sending the file. 1. Make sure both the computers connected through same network via LAN or WIFI. 2. Open terminal in Ubuntu and make sure you have python installed in your PC. @@ -10,10 +10,10 @@ title: Share File Using Python SimpleHTTPserver 5. Type this command "python -m simpleHTTPserver" without quotes. 6. Open new terminal and type ifconfig and find your IP address. -## Now in second computer +## Now in the second computer -1. Open browser and type the ip address of first one. -2. Don't forget to add port number at end of ip address..which by default is:8000 +1. Open browser and type the ip address of the first computer. +2. Don't forget to add the port number at end of the ip address which by default is :8000 A page will open showing the Directory type structure and it will show all files from source pc. Now you can access all files.