Skip to content

Commit 450ee6f

Browse files
committed
Make changes in README
- Add changed optional argument - Add instructions to include emojis in python strings
1 parent 5e8587b commit 450ee6f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A Modern, user-friendly command-line HTTP client for the API testing, and if you
4040

4141
Options: <br>
4242

43-
`-start -> Introduces Dynamic CLI` <br>
43+
`-st, --start -> Introduces Dynamic CLI` <br>
4444
`-v, --version -> Gives the Version of the CLI` <br>
4545
`-s, --search -> Search a question on Stackoverflow` <br>
4646
`-d, --debug -> Turn on Debugging mode` <br>
@@ -69,6 +69,14 @@ cd dynamic-cli
6969
```
7070

7171
**4.** Make changes in source code.
72+
<br />
73+
P.S. If you want to add emojis 😁, use `unicodes`.
74+
Emoji `unicodes` can be found at [https://unicode.org/emoji/charts/full-emoji-list.html](https://unicode.org/emoji/charts/full-emoji-list.html)
75+
<br />
76+
To include an emoji in a string, copy the unicode (Eg: `U+1F600`), replace `+` with `000` and
77+
prefix it with a `\`.
78+
<br />
79+
Eg: `\U0001F604`
7280

7381
**5.** Stage your changes and commit
7482

0 commit comments

Comments
 (0)