Skip to content

Commit 523cb8f

Browse files
authored
Update README.md
1 parent 1b36444 commit 523cb8f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

samples/3d-clamp-mode/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Google Maps JavaScript Sample
22

3-
This sample is generated from @googlemaps/js-samples located at
4-
https://github.com/googlemaps-samples/js-api-samples.
3+
## 3d-clamp-mode
54

65
## Setup
76

7+
The 3d-clamp-mode sample demonstrates how different clamp modes impact how a polyline is rendered on the map.
8+
9+
Follow these instructions to set up and run 3d-clamp-mode sample on your local computer.
10+
811
### Before starting run:
912

1013
`$npm i`
@@ -19,7 +22,7 @@ First `cd` to the folder for the sample to run, then:
1922

2023
From `samples/`:
2124

22-
`$npm run build --workspace=sample-name/`
25+
`$npm run build --workspace=3d-clamp-mode/`
2326

2427
### Build all of the examples.
2528

0 commit comments

Comments
 (0)