Skip to content

Commit 6375486

Browse files
authored
Update README.md
1 parent 41d6564 commit 6375486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/esri/samples/portal/webmap_keyword_search/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Click on the "Find More Results" button to add more results to the list.
1313

1414
<p>To search for webmaps in a <code>Portal</code> matching a keyword:</p>
1515
<ol>
16-
<li>Create a <code>Portal</code> and load it</li>
16+
<li>Create a <code>Portal</code> and load it.</li>
1717
<li>Create <code>PortalItemQueryParameters</code>. Set the type to <code>PortalItem.Type.WEBMAP</code> and the
18-
query to the keyword you want to search</li>
18+
query to the keyword you want to search.</li>
1919
<li>Use <code>portal.findItemsAsync(params)</code> to get the first set of matching items.</li>
20-
<li>Get more results with <code>portal.findItemsAsync(portalQueryResultSet.getNextQueryParameters())</code></li>
20+
<li>Get more results with <code>portal.findItemsAsync(portalQueryResultSet.getNextQueryParameters())</code>.</li>
2121
</ol>
2222

2323
<h2>Features</h2>
@@ -29,4 +29,4 @@ Click on the "Find More Results" button to add more results to the list.
2929
<li>PortalItem</li>
3030
<li>PortalQueryParameters</li>
3131
<li>PortalQueryResultSet</li>
32-
</ul>
32+
</ul>

0 commit comments

Comments
 (0)