From f2cd49f13d07799f6ca41a49300ac64a81c6cc00 Mon Sep 17 00:00:00 2001
From: Felipe <felipe.aron@icloud.com>
Date: Sun, 1 Dec 2024 15:57:20 -0300
Subject: [PATCH] Feat: documentation contribution

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 5020dfe..2ad21da 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-```markdown
 # python-socketio
 
 [![Build Status](https://img.shields.io/travis/miguelgrinberg/python-socketio/master.svg)](https://travis-ci.org/miguelgrinberg/python-socketio)
@@ -51,7 +50,6 @@ To ensure compatibility between your `python-socketio` client and your JavaScrip
 
    ```bash
    pip install python-socketio==<version>
-   ```
 
 3. **Match versions**: Refer to the compatibility chart above to ensure that your Python client version matches the JavaScript server version.