Skip to content

Commit e857b58

Browse files
authored
Update README.md
1 parent ecc2b41 commit e857b58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Examples
3333

34-
Initial bullet list:
34+
1. Start with a simple list writting down all the steps you consider are needed to solve your feature in question (probably you'll find more steps during coding)
3535

3636
```
3737
Step 1: Creating an empty elixir project with mix tool
@@ -43,7 +43,8 @@ Step 6: Adding function for get the current state of the account
4343
Step 7: Running mix formatter
4444
```
4545

46-
Commit log history `git log --pretty=oneline`:
46+
2. Write your code.
47+
3. Read your commit log history using some like `git log --pretty=oneline`, can you recognize your coding process?
4748

4849
```
4950
* 499a51e 2 years, 9 months ago Carlo Gilmar Adding function for try to initialize again an account

0 commit comments

Comments
 (0)