avi-pipable commited on
Commit
d35d94c
1 Parent(s): 8ee1665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -85,7 +85,7 @@ print(doc)
85
 
86
  ## Examples
87
 
88
- ### Markdown documentation format for raw api docs
89
 
90
  ```python
91
  raw_docs = """
@@ -231,7 +231,7 @@ doc = (
231
  )
232
  print(doc)
233
  ```
234
- ### OPENAPI documentation format for raw api docs
235
 
236
  ```python
237
  raw_docs = """
 
85
 
86
  ## Examples
87
 
88
+ ### Markdown Documentation Format for Raw API Docs
89
 
90
  ```python
91
  raw_docs = """
 
231
  )
232
  print(doc)
233
  ```
234
+ ### OpenAPI Documentation Format for Raw API Docs
235
 
236
  ```python
237
  raw_docs = """