Skip to content

Commit 31c808f

Browse files
authored
Merge pull request bhrigu123#71 from sullivat/patch-1
clean up file tree 'branches'
2 parents f6cb773 + e6c439c commit 31c808f

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,27 @@ Downloads
3333
│   ├── VacationPic.png
3434
│   ├── CKEditor.zip
3535
│   ├── Cats.jpg
36-
│   ── archive.7z
36+
│   ── archive.7z
3737
```
3838

3939
###After:
4040
```
4141
Downloads
4242
│   ├── Music
43-
│   │   ── 21 Guns.mp3
44-
│   │   ── Sultans of Swing.mp3
45-
| |
43+
│   │   ── 21 Guns.mp3
44+
│   │   ── Sultans of Swing.mp3
45+
| |
4646
│   ├── Documents
47-
│   │   └── project.docx
48-
│   │   └── report.pdf
49-
│   │   ├── charts.pdf
47+
│   │   ├── project.docx
48+
│   │   ├── report.pdf
49+
│   │   └── charts.pdf
50+
| |
5051
│   ├── Archives
51-
│   │   ── CKEditor.zip
52+
│   │   ── CKEditor.zip
5253
│   │   └── archive.7z
54+
| |
5355
│   ├── Pictures
54-
│   │   ── VacationPic.png
56+
│   │   ── VacationPic.png
5557
│   │   └── Cats.jpg
5658
```
5759

@@ -77,20 +79,20 @@ Workspace
7779
│   ├── temp.pyc
7880
│   ├── game.java
7981
│   ├── index.html
80-
│   ── script.py
82+
│   ── script.py
8183
```
8284

8385

8486
###After
8587
```
8688
Workspace
8789
│   ├── Python Files
88-
│   │   ── views.py
90+
│   │   ── views.py
8991
│   │   ├── temp.pyc
90-
| | ├── script.py
91-
| |
92-
| ├── game.java
93-
|── index.html
92+
| | └── script.py
93+
| |
94+
| ├── game.java
95+
|── index.html
9496
9597
```
9698

0 commit comments

Comments
 (0)