Skip to content

Commit 4b1787c

Browse files
committed
Misc. fixes to chapter 14 readme
1 parent b69a83e commit 4b1787c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chapter_14/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Make sure port 4369 is open on both computers, and then choose a range of ports
3232

3333
**4. Write a simple file server using the libraries in lib_chan.**
3434

35-
Solution is in the `exercise_4/` directory. Compile the lib_chan and yaf server code:
35+
Solution is in the `exercise_4/` directory. My implementation is a very minimal file server. Compile the lib_chan and yaf server code:
3636

3737
```
3838
cd exercise_4/
@@ -52,7 +52,7 @@ ConfigData=[{port,1234},
5252
[{location,"shared_files"}]}]
5353
```
5454

55-
In another shell:
55+
In another shell make the client calls:
5656

5757
```
5858
erl -pa lib_chan -pa .

0 commit comments

Comments
 (0)