Skip to content

Commit

Permalink
SettingUp.md: Change the tutorial order
Browse files Browse the repository at this point in the history
Let's change the order of tutorials so that 'Add ...' tutorial comes
 before the 'Remove ...' tutorial.

Reason: That way, the 'Remove field' tutorial can be made optional.
  • Loading branch information
damithc committed Jul 31, 2021
1 parent 798ab64 commit 38ba199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SettingUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ If you plan to use Intellij IDEA (highly recommended):
These tutorials will help you get acquainted with the codebase.

* [Tracing code](tutorials/TracingCode.md)
* [Removing fields](tutorials/RemovingFields.md)
* [Adding a new command](tutorials/AddRemark.md)
* [Removing fields](tutorials/RemovingFields.md)

0 comments on commit 38ba199

Please sign in to comment.