Skip to content

Commit 5b38541

Browse files
authored
Merge pull request #67 from wulmer/patch-1
fix: Indentation of bullet list in README
2 parents 81d6143 + 68fc055 commit 5b38541

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

README.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -153,40 +153,29 @@ This code provides examples of using various ELM APIs:
153153

154154
* DN
155155

156-
** Process - `elmclient`
157-
158-
** OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
159-
160-
** Module Structure - `dn_simple_modulestructure.py` - currently external to `elmclient`
161-
162-
** ReqIF - `reqif_io.py` - currently reqif API is external to `elmclient`
163-
164-
** Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
165-
156+
* Process - `elmclient`
157+
* OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
158+
* Module Structure - `dn_simple_modulestructure.py` - currently external to `elmclient`
159+
* ReqIF - `reqif_io.py` - currently reqif API is external to `elmclient`
160+
* Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
166161

167162
* ETM
168163

169-
** Process - `elmclient`
170-
171-
** OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
172-
173-
** Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
174-
164+
* Process - `elmclient`
165+
* OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
166+
* Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
175167

176168
* EWM
177169

178-
** Process - `elmclient`
179-
180-
** OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
181-
182-
** Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
170+
* Process - `elmclient`
171+
* OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
172+
* Reportable REST (incomplete for qm and ccm) - `represt.py` for user use, internally for each application in `_rm.py`, `_ccm.py`, `_qm.py`
183173

184174

185175
* GCM
186176

187-
** Process - `elmclient`
188-
189-
** OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
177+
* Process - `elmclient`
178+
* OSLC including OSLC Query - `oslcquery.py` for user use, internally `oslcqueryapi.py` implements OSLC Query parsing and querying
190179

191180

192181
Reporting issues, and contributing

0 commit comments

Comments
 (0)