Skip to content

Commit b0dd45c

Browse files
lex111Adnan Ahmed
authored andcommitted
Minor changes (#12)
1 parent 640e1b0 commit b0dd45c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
2.4. [Functions](#23-functions)
1616
2.5. [Conditionals](#24-conditionals)
1717
2.6. [Loops](#25-loops)
18-
3. [Tricks](#4-tricks)
19-
4. [Debugging](#5-debugging)
18+
3. [Tricks](#3-tricks)
19+
4. [Debugging](#4-debugging)
2020

2121

2222
# 1. Basic Operations
@@ -1036,11 +1036,11 @@ done
10361036
10371037
# 3. Tricks
10381038
1039-
## set an alias
1039+
## Set an alias
10401040
Open `bash_profile` by running following command `nano ~/.bash_profile`
10411041
> alias dockerlogin='ssh www-data@adnan.local -p2222' # add your alias in .bash_profile
10421042
1043-
## to quickly go to a specific directory
1043+
## To quickly go to a specific directory
10441044
nano ~/.bashrc
10451045
> export hotellogs="/workspace/hotel-api/storage/logs"
10461046

0 commit comments

Comments
 (0)