Skip to content

Commit 61451c7

Browse files
authored
Update README.md
1 parent c4bf30a commit 61451c7

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 @@
44
[![PyPI](https://img.shields.io/pypi/v/sourceplusplus?color=blue)](https://pypi.org/project/sourceplusplus/)
55
[![E2E](https://github.com/sourceplusplus/probe-python/actions/workflows/e2e.yml/badge.svg)](https://github.com/sourceplusplus/probe-python/actions/workflows/e2e.yml)
66

7-
# What is this?
7+
## What is this?
88

99
This project provides Python support to the [Source++](https://github.com/sourceplusplus/live-platform) open-source live coding platform.
1010

11-
# Usage
11+
## Usage
1212

1313
- `pip install sourceplusplus`
1414

15-
## Attach
15+
### Attach
1616

1717
```python
1818
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
1919
SourcePlusPlus().attach()
2020
```
2121

22-
### Config
22+
#### Config
2323

2424
Add `spp-probe.yml` to working directory (or set `SPP_PROBE_CONFIG_FILE` env):
2525

0 commit comments

Comments
 (0)