Skip to content

Commit 2597fde

Browse files
authored
Update README.md
Updated gram abbreviation, clarified only abbreviations can be used in query
1 parent 93ce8b4 commit 2597fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Currently English and Chinese language supported. Edit the .env file to change t
2525

2626
### Usage
2727

28-
| Keyword | Description |
29-
| ----------------------------------- | -------------------------------------------------- |
30-
| `gc <amount> <from unit> <to unit>` | Convert the amount of the from unit to the to unit. |
28+
| Keyword | Description |
29+
| ------------------------------------------------------------- | -------------------------------------------------- |
30+
| `gc <amount> <from unit abbreviation> <to unit abbreviation>` | Convert the amount of the from unit to the to unit. |
3131

3232
Just entering the keyword will give you the full list of units to choose from in Flow.
3333

@@ -92,7 +92,7 @@ The following units and their abbreviations can be used (each table can only con
9292
</tr>
9393
<tr>
9494
<td>gram</td>
95-
<td>gm</td>
95+
<td>g</td>
9696
</tr>
9797
<tr>
9898
<td>litre</td>
@@ -212,7 +212,7 @@ The following units and their abbreviations can be used (each table can only con
212212
<tr>
213213
<td rowspan="6" align="center">Weight</td>
214214
<td>gram</td>
215-
<td>gm</td>
215+
<td>g</td>
216216
</tr>
217217
<tr>
218218
<td>kilogram</td>

0 commit comments

Comments
 (0)