Skip to content

Commit b70c3a9

Browse files
Update README.md
1 parent a0fd5d3 commit b70c3a9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ print(read)
2626

2727
<br>
2828

29-
### Step 1
29+
<!-- ### Step 1 -->
3030

3131
#### Initialize and create a backup of the picture as bytes
3232

@@ -37,15 +37,19 @@ print(read)
3737
```
3838
> *pic.jpg should be replaced by your picture name present in the root directory*
3939
40-
### Step 2
40+
<br>
41+
42+
<!-- ### Step 2 -->
4143

4244
#### Hide the disired data into the picture
4345

4446
```python
4547
r.hide_data("Hello my name is Sid")
4648
```
4749

48-
### Step 3
50+
<br>
51+
52+
<!-- ### Step 3 -->
4953

5054
#### Read the hidden data from the picture
5155

@@ -54,8 +58,9 @@ print(read)
5458

5559
print(read)
5660
```
61+
<br>
5762

58-
### Step 4
63+
<!-- ### Step 4 -->
5964

6065
#### Revert the picture from the backup file
6166

0 commit comments

Comments
 (0)