diff --git a/README.md b/README.md
index 345840de..1f589ed2 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -166,6 +167,7 @@ if __name__ == "__main__":
asyncio.run(run_vulnerability_checks())
```
+
## Examples
@@ -201,6 +203,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -247,6 +250,7 @@ if __name__ == "__main__":
asyncio.run(main())
```
+
### CPE
@@ -277,6 +281,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -314,6 +319,7 @@ if __name__ == "__main__":
asyncio.run(get_cpe_vulnerabilities())
```
+
### Backup
@@ -348,6 +354,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -403,6 +410,7 @@ if __name__ == "__main__":
asyncio.run(main())
```
+
### Indices
@@ -431,6 +439,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -468,6 +477,7 @@ if __name__ == "__main__":
asyncio.run(list_indices())
```
+
### Index
@@ -495,6 +505,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -531,6 +542,7 @@ if __name__ == "__main__":
asyncio.run(get_cve_details())
```
+
### Pagination
@@ -568,6 +580,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client:
Click to View Async Implementation
+
```python
import asyncio
import os
@@ -616,6 +629,7 @@ if __name__ == "__main__":
asyncio.run(fetch_kev_data())
```
+
## Contributing
diff --git a/README.template b/README.template
index 3560927a..c82e0da1 100644
--- a/README.template
+++ b/README.template
@@ -53,12 +53,14 @@ with open("./tests/quickstart.py", 'r') as f:
Click to View Async Implementation
+
+
## Examples
@@ -75,12 +77,14 @@ with open("./tests/purl.py", 'r') as f:
Click to View Async Implementation
+
+
### CPE
@@ -95,12 +99,14 @@ with open("./tests/cpe.py", 'r') as f:
Click to View Async Implementation
+
+
### Backup
@@ -115,12 +121,14 @@ with open("./tests/backup.py", 'r') as f:
Click to View Async Implementation
+
+
### Indices
@@ -135,12 +143,14 @@ with open("./tests/indicies.py", 'r') as f:
Click to View Async Implementation
+
+
### Index
@@ -155,12 +165,14 @@ with open("./tests/index.py", 'r') as f:
Click to View Async Implementation
+
+
### Pagination
@@ -175,12 +187,14 @@ with open("./tests/pagination.py", 'r') as f:
Click to View Async Implementation
+
+
## Contributing