Skip to content

Commit d9a82ae

Browse files
committed
README: Fix some formatting
1 parent da75744 commit d9a82ae

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,26 @@ Directory Structure
4848
-------------------
4949
The organization of this repository is meant to be simple and self-evident at a glance:
5050

51-
- `books/`
52-
: This folder contains the three raytracing books (in HTML), and some supporting material.
51+
- `books/` --
52+
This folder contains the three raytracing books (in HTML), and some supporting material.
5353

54-
- `images/`
55-
: Contains all of the images and figures of the books. Can also be used to compare your results.
54+
- `images/` --
55+
Contains all of the images and figures of the books. Can also be used to compare your
56+
results.
5657

57-
- `style/`
58-
: Contains the css for the books and the site.
58+
- `style/` --
59+
Contains the css for the books and the site.
5960

60-
- `src/`
61-
: Contains the source.
61+
- `src/` --
62+
Contains the source.
6263

63-
- `src/common/`
64-
: Contains any headers that are common to two or more books. This is also where external headers are
65-
stored.
64+
- `src/common/` --
65+
Contains any headers that are common to two or more books. This is also where external headers
66+
are stored.
6667

67-
- `src/<book>/`
68-
: Contains the source specific to any one book. There is no sharing of source outside of the
69-
common directory.
68+
- `src/<book>/` --
69+
Contains the source specific to any one book. There is no sharing of source outside of the
70+
common directory.
7071

7172

7273
Source Code

0 commit comments

Comments
 (0)