Skip to content

Commit 40da96e

Browse files
authored
Update Readme.md
Corrected the Formatting Issues.
1 parent 4875c01 commit 40da96e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

searchingAlgo/linearSearch/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323

2424
### Instruction for Running code:
2525
- C
26-
27-
gcc LinearSearch.c <br>
28-
./a.out
26+
```
27+
gcc LinearSearch.c
28+
./a.out
29+
```
2930

3031
- Cpp
31-
32-
33-
g++ LinearSearch.cpp<br>
34-
./a.out
35-
32+
```
33+
g++ LinearSearch.cpp
34+
./a.out
35+
```
3636
- JavaScript
37-
38-
39-
node LinearSearch.js
40-
37+
```
38+
node LinearSearch.js
39+
```
4140
- Python
42-
43-
python3 LinearSearch\.py
41+
```
42+
python3 LinearSearch.py
43+
```

0 commit comments

Comments
 (0)