Skip to content

Commit 48bb54f

Browse files
authored
docs/gettingstarted.rst: give a better project structure tree for better clarity about namespace leaf- and branch-ing. (#1259)
1 parent 0c486ba commit 48bb54f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gettingstarted.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Basilisp source files should always have a ``.lpy`` extension.
7979
├── src
8080
│ └── myproject
8181
│ ├── core.lpy
82-
── pkg
83-
└── subns.lpy
84-
└── pkg.lpy
82+
── pkg
83+
└── subns.lpy
84+
│ └── pkg.lpy
8585
└── tests
8686
└── __init__.py
8787
└── myproject

0 commit comments

Comments
 (0)