Skip to content

Commit 3230274

Browse files
authored
Fix README.md typos (#36854)
1 parent fc46fcf commit 3230274

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

sdk/maps/azure-maps-render/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,14 @@ set AZURE_SUBSCRIPTION_KEY="<RealSubscriptionKey>"
244244
pip install azure-maps-render --pre
245245

246246
python samples/sample_authentication.py
247-
python sample/sample_get_copyright_caption.py
248-
python sample/sample_get_copyright_for_tile.py
249-
python sample/sample_get_copyright_for_world.py
250-
python sample/sample_get_copyright_from_bounding_box.py
251-
python sample/sample_get_map_attribution.py
252-
python sample/sample_get_map_static_image.py
253-
python sample/sample_get_map_tile.py
254-
python sample/sample_get_map_tileset.py
247+
python samples/sample_get_copyright_caption.py
248+
python samples/sample_get_copyright_for_tile.py
249+
python samples/sample_get_copyright_for_world.py
250+
python samples/sample_get_copyright_from_bounding_box.py
251+
python samples/sample_get_map_attribution.py
252+
python samples/sample_get_map_static_image.py
253+
python samples/sample_get_map_tile.py
254+
python samples/sample_get_map_tileset.py
255255
```
256256

257257
> Notes: `--pre` flag can be optionally added, it is to include pre-release and development versions for `pip install`. By default, `pip` only finds stable versions.

sdk/maps/azure-maps-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ set AZURE_SUBSCRIPTION_KEY="<RealSubscriptionKey>"
363363
pip install azure-maps-search --pre
364364

365365
python samples/sample_geocode.py
366-
python sample/sample_geocode_batch.py
366+
python samples/sample_geocode_batch.py
367367
python samples/sample_get_polygon.py
368368
python samples/sample_reverse_geocode.py
369369
python samples/sample_reverse_geocode_batch.py

0 commit comments

Comments
 (0)