Skip to content

Commit 6a5eca4

Browse files
docs: indent code blocks in interoperability examples list
1 parent 2e3fe96 commit 6a5eca4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,10 +780,11 @@ They follow a simple workflow:
780780

781781
### 🔹 Interoperability Examples
782782

783+
```markdown
783784
- **Arnio + pandas**
784785
Clean and normalize messy tabular data using Arnio, then analyze it using pandas.
785786
Run:
786-
```bash
787+
```bash
787788
python examples/arnio_with_pandas.py
788789
```
789790

0 commit comments

Comments
 (0)