Skip to content

Commit 4e2cb0a

Browse files
authored
Fix formatting of chapter 2 README
1 parent 4cfbe74 commit 4e2cb0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chapter_2/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Exercises for Chapter 2
1+
# Exercises for Chapter 2
22

3-
##1. Start and stop the Erlang shell
3+
## 1. Start and stop the Erlang shell
44

55
To start the shell run `erl`:
66

@@ -18,7 +18,7 @@ Then to exit the shell run:
1818

1919
Then type `a`.
2020

21-
##2. Run a few commands in the shell
21+
## 2. Run a few commands in the shell
2222

2323
$ erl
2424
Erlang R16B01 (erts-5.10.2) [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
@@ -31,8 +31,8 @@ Then type `a`.
3131
ok
3232
3>
3333

34-
##3. Make a small modification to hello.erl
34+
## 3. Make a small modification to hello.erl
3535
I updated it by allowing it to take an a single argument and greet the variable instead of `World`. See source file in exercise_3/.
3636

37-
##4. Run the client and server code
37+
## 4. Run the client and server code
3838
The source files are the exercise_2 directory. A put_file/3 function as been added to the client. The server has also been updated to handle the new command.

0 commit comments

Comments
 (0)