Skip to content

Commit 2cdc139

Browse files
committed
Checking if graphviz works
1 parent a6ea795 commit 2cdc139

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/motivation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In software engineering, version control (also known as revision control, source
2020

2121
---
2222

23-
### Version control systems (VCS)
23+
## Version control systems (VCS)
2424

2525
... systems responsible for **managing changes** ...
2626

@@ -31,10 +31,11 @@ In software engineering, version control (also known as revision control, source
3131
---
3232

3333
In an ideal world, things develop linearly:
34-
- Every new version is an improvement upon the previous version. <!-- .element: class="fragment" data-fragment-index="1" -->
35-
- No need to backtrack. <!-- .element: class="fragment" -->
36-
- Everyone knows what everyone else is doing <!-- .element: class="fragment" -->
37-
- In the end, things are simply finished. <!-- .element: class="fragment" -->
34+
35+
- Every new version is an improvement upon the previous version.
36+
- No need to backtrack.
37+
- Everyone knows what everyone else is doing
38+
- In the end, things are simply finished.
3839

3940
```graphviz
4041
digraph {
@@ -46,7 +47,6 @@ digraph {
4647
Tue -> Wed
4748
}
4849
```
49-
<!-- .element: class="fragment" data-fragment-index="1" -->
5050

5151
---
5252

0 commit comments

Comments
 (0)