Skip to content

Commit a485611

Browse files
authored
Update README.md
1 parent cf4819e commit a485611

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
@@ -7,13 +7,13 @@ A socket program, where the client sends content of file and server sends the nu
77
### Server:
88
Compile Server and execute:
99
```shell
10-
gcc -o ser fileserver.c
10+
gcc fileserver.c –o ser
1111
./ser
1212
```
1313
### Client:
1414
Compile Client and execute:
1515
```shell
16-
gcc -o cli fileclient.c
16+
gcc fileclient.c –o ser
1717
./cli
1818
```
1919
Output:

0 commit comments

Comments
 (0)