Skip to content

Commit cdd43e8

Browse files
author
vanntile
committed
Update READMEs
1 parent d3317fd commit cdd43e8

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

10 - Hold Shift and Check Checkboxes/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tutorial shows how to create a `shift select` checkbox list.
44

5-
![10 - Hold Shift and Check Checkboxes](../assets/img/10 - Hold Shift and Check Checkboxes.png)
5+
![Hold Shift and Check Checkboxes](../assets/img/10%20-%20Hold%20Shift%20and%20Check%20Checkboxes.png?raw=true "Presentation Image")
66

77
## My implementation
88

@@ -24,6 +24,3 @@ const check = (s, e) => {
2424
}
2525
}
2626
```
27-
28-
29-

11 - Custom Video Player/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tutorial shows how to create a custom video player.
44

5-
![11 - Custom Video Player](../assets/img/11 - Custom Video Player.png)
5+
![Custom Video Player](../assets/img/11%20-%20Custom%20Video%20Player.png?raw=true "Presentation Image")
66

77
## My contribution
88

@@ -29,4 +29,4 @@ const handleFullscreen = () => {
2929
document.exitFullscreen()
3030
}
3131
}
32-
```
32+
```

0 commit comments

Comments
 (0)