Skip to content

Commit 44b1cc1

Browse files
authored
Update README.md
1 parent b5ea1d5 commit 44b1cc1

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/esri/samples/map/create_and_save_map

1 file changed

+4
-4
lines changed

src/main/java/com/esri/samples/map/create_and_save_map/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ chosen folder.</p>
1717

1818
<p>To create and save a map to your portal for use in an app:</p>
1919
<ol>
20-
<li>Create an <code>ArcGISMap</code> with a <code>Basemap</code> and operational layers</li>
20+
<li>Create an <code>ArcGISMap</code> with a <code>Basemap</code> and operational layers.</li>
2121
<li>Create an <code>OAuthConfiguration</code> with your portal and app credential.</li>
22-
<li>Add the configuration to the <code>AuthenticationMangager</code></li>
22+
<li>Add the configuration to the <code>AuthenticationMangager</code>.</li>
2323
<li>Create a <code>Portal</code> and load it. Use a custom <code>AuthenticationChallengeHandler</code> to
24-
authenticate with your username and password</li>
24+
authenticate with your username and password.</li>
2525
<li>Once authenticated, save the map by calling <code>map.saveMapAsAsync()</code>, passing in the title, tags,
26-
description, and portal folder</li>
26+
description, and portal folder.</li>
2727
</ol>
2828

2929
<h2>Features</h2>

0 commit comments

Comments
 (0)