Skip to content

Commit e2f68bc

Browse files
authored
Update README.md
1 parent 4ceef23 commit e2f68bc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ DCR is already implemented in 2 ways:
1111

1212
### File Structure
1313

14+
```
1415
.
15-
|
16-
+- extension - contains files required to build DCR Chrome extension
17-
+- src - contains internal module system which is the core of DCR (used in both modes)
18-
+- web - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
16+
+-- extension
17+
| - contains files required to build DCR Chrome extension
18+
+-- src
19+
| - contains internal module system which is the core of DCR (used in both modes)
20+
+-- web
21+
| - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
22+
```
1923

2024
#### Thesis-regarded note
2125

0 commit comments

Comments
 (0)