Skip to content

Commit e8e82b2

Browse files
committed
Update heading levels in README
1 parent e2a4607 commit e8e82b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ Python implementation of the [FlowBase micro-FBP framework
44
idea](https://flowbase.org), using Python's asyncio library, introduced in
55
Python 3.4/3.5.
66

7-
# Installation
7+
## Installation
88

99
```bash
1010
git clone git@github.com:flowbase/flowbase-python.git
1111
cd flowbase-python
1212
pip install .
1313
```
1414

15-
# Try an example
15+
## Try an example
1616

1717
```
1818
cd examples
1919
python string_processing_pipeline.py
2020
```
2121

22-
## Expected output:
22+
### Expected output:
2323

2424
```bash
2525
$ python string_processing_pipeline.py
@@ -45,7 +45,7 @@ Printer got line: hi hi for the 19:TH TIME...
4545
Printer got line: hi hi for the 20:TH TIME...
4646
```
4747

48-
# Acknowledgements
48+
## Acknowledgements
4949

5050
Kudos to [Simone Baffelli](https://github.com/baffelli)'s
5151
[Pyperator](https://github.com/baffelli/pyperator/) library which showed that

0 commit comments

Comments
 (0)