Skip to content

Commit

Permalink
docs(examples): use snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMetalWood committed Nov 2, 2023
1 parent 980eb17 commit c406f07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To start the example with the local library run
npm run start-local
```

The regular `npm start` task is only used for the standalone versions of the the example (codesandbox for example)
The regular `npm start` task is only used for the standalone versions of the the example (CodeSandbox for example)

Running the examples locally requires a valid API key for the Google Maps Platform.
See [the official documentation][get-api-key] on how to create and configure your own key.
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To start the example with the local library run
npm run start-local
```

The regular `npm start` task is only used for the standalone versions of the the example (codesandbox for example)
The regular `npm start` task is only used for the standalone versions of the the example (CodeSandbox for example)

Running the examples locally requires a valid API key for the Google Maps Platform.
See [the official documentation][get-api-key] on how to create and configure your own key.
Expand Down
2 changes: 1 addition & 1 deletion examples/change-map-id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To start the example with the local library run
npm run start-local
```

The regular `npm start` task is only used for the standalone versions of the the example (codesandbox for example)
The regular `npm start` task is only used for the standalone versions of the the example (CodeSandbox for example)

Running the examples locally requires a valid API key for the Google Maps Platform.
See [the official documentation][get-api-key] on how to create and configure your own key.
Expand Down
2 changes: 1 addition & 1 deletion examples/deckgl-overlay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To start the example with the local library run
npm run start-local
```

The regular `npm start` task is only used for the standalone versions of the the example (codesandbox for example)
The regular `npm start` task is only used for the standalone versions of the the example (CodeSandbox for example)

Running the examples locally requires a valid API key for the Google Maps Platform.
See [the official documentation][get-api-key] on how to create and configure your own key.
Expand Down
2 changes: 1 addition & 1 deletion examples/markers-and-infowindows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To start the example with the local library run
npm run start-local
```

The regular `npm start` task is only used for the standalone versions of the the example (codesandbox for example)
The regular `npm start` task is only used for the standalone versions of the the example (CodeSandbox for example)

Running the examples locally requires a valid API key for the Google Maps Platform.
See [the official documentation][get-api-key] on how to create and configure your own key.
Expand Down

0 comments on commit c406f07

Please sign in to comment.