@@ -43,7 +43,7 @@ you can quickly look up all of gitGud's core commands at a glance.
43
43
### 2.2 Reading this document
44
44
45
45
This guide utilizes symbols and syntax to highlight specific points made throughout the guide and to enhance your
46
- overall reading experience. The section below on the meanings of [ symbols and syntax used] ( #221-general-symbols-used )
46
+ overall reading experience. The section below on the meanings of [ symbols used] ( #221-general-symbols-used )
47
47
provides more details for your reference.
48
48
49
49
#### 2.2.1 General symbols used
@@ -54,6 +54,7 @@ This table describes the main symbols used in the user guide and their respectiv
54
54
--------------- | ---------------
55
55
:heavy_exclamation_mark : | Indicates warnings (take caution when you see this symbol)
56
56
:information_source : | Important information to take note about
57
+ :bulb : | Usage tips
57
58
58
59
--------------------------------------------------------------------------------------------------------------------
59
60
@@ -63,6 +64,7 @@ This table describes the main symbols used in the user guide and their respectiv
63
64
* To check if Java ` 11 ` is currently installed, you may follow this short [ guide] ( https://www.baeldung.com/java-check-is-installed ) .
64
65
<br > If Java ` 11 ` is not installed, you may follow the installation instructions over
65
66
[ here] ( https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html#GUID-8677A77F-231A-40F7-98B9-1FD0B48C346A ) .
67
+ <br >
66
68
67
69
68
70
2 . Next, download the latest ` gitgud.jar ` from [ here] ( https://github.com/AY2122S1-CS2103T-W13-4/tp/releases ) .
@@ -176,7 +178,7 @@ Examples:
176
178
177
179
#### 5.1.2 Editing a friend: ` friend --edit `
178
180
179
- Updates the friend's name to a new name for an existing friend with the given ` FRIEND_ID ` .
181
+ Updates the friend's name to a new name for an existing friend with the given ` FRIEND_ID ` .
180
182
181
183
Format: ` friend --edit FRIEND_ID -n NEW_FRIEND_NAME `
182
184
0 commit comments