Skip to content

Commit 31cc549

Browse files
authored
Update README.md
1 parent 9cfd2bf commit 31cc549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ To maximize usability and configurability, we recommend the following implementa
3535
* Define your query collection as an enumeration that implements `QueryAPI`.
3636
* Define each query constant with a property name and a name for each argument (if any).
3737
* To assist users of your queries, preface their names with a type indicator (**GET** or **UPDATE**).
38-
* Back the query collection with a configuration that implements the `Settings API`:
39-
 * groupId: com.github.nordstrom.tools.
40-
 * artifactId: settings  
41-
 * className: com.nordstrom.automation.settings.SettingsCore
38+
* Back the query collection with a configuration that implements the `Settings API`:
39+
* groupId: com.github.nordstrom.tools
40+
* artifactId: settings
41+
* className: com.nordstrom.automation.settings.SettingsCore
4242
* To support execution on multiple endpoints, implement `getConnection` with sub-configurations or other dynamic data sources (e.g. - web service).
4343

4444
##### Query Collection Example

0 commit comments

Comments
 (0)