Skip to content

Commit 641809a

Browse files
authored
Tag changes
1 parent 90b7ec2 commit 641809a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on your portal. Click the Save button to save the map to the chosen folder.
1414

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

0 commit comments

Comments
 (0)