Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger authored May 9, 2024
1 parent 466640b commit 2f4e4a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ go install github.com/gokatas/gokatas@latest
```
gokatas -sortby lines -wide
git clone https://github.com/gokatas/bcounter.git
cd bcounter
git clone https://github.com/gokatas/<kata>.git
cd <kata>
```

2. Read the documentation and code and try to understand it
Expand All @@ -30,7 +30,7 @@ git diff
4. Track your progress to stay motivated

```
gokatas -done bcounter
gokatas -done <kata>
```

It's important to practice regularly because repetition creates habits, and habits are what enable mastery. Set a goal that you are able to meet and insert it into your daily routines. Start by taking baby steps. After some time it will require much less will power to practice. Your programming moves will start looking simpler and smoother. 🥋

0 comments on commit 2f4e4a8

Please sign in to comment.