-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TECHDOCS-334-language-support #127
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Nele Gross <[email protected]>
Signed-off-by: Nele Gross <[email protected]>
…amples TECHDOCS-1157 add instructions examples
@@ -1,6 +1,7 @@ | |||
# Maps API for JavaScript | |||
|
|||
This repository holds a series of JavaScript based examples using the **HERE Maps API for JavaScript**. More information about the API can be found on [developer.here.com](https://developer.here.com/develop/javascript-api) under the JavaScript APIs section. | |||
This repository holds a series of JavaScript based examples using the **HERE Maps API for JavaScript**. More information about the API can be found on [developer.here.com](https://developer.here.com/develop/javascript-api) under the JavaScript APIs section. | |||
To run the examples, clone this repo to a folder on your Desktop. Replace the credentials in the **test-credentials.js** file with your own credentials. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would avoid giving direct instructions on where to clone the repo.
Therefore I would rephrase this like so:
To run the examples, clone this repo to a folder on your Desktop. Replace the credentials in the **test-credentials.js** file with your own credentials. | |
To run the examples, clone this repo and replace the credentials in the **test-credentials.js** file with your own credentials. |
@@ -19,7 +19,7 @@ | |||
<h1>Interactive base map</h1> | |||
<p>Retrieve information associated with the map features</p> | |||
</div> | |||
<p>This example demonstrates how to enable the interactions with the base map features. The interactions are enabled for the countries' | |||
<p>This example demonstrates how to enable the interactions with the base map features. See <a href="https://github.com/heremaps/maps-api-for-javascript-examples">the README</a> for instructions on how to run the example.The interactions are enabled for the countries' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>This example demonstrates how to enable the interactions with the base map features. See <a href="https://github.com/heremaps/maps-api-for-javascript-examples">the README</a> for instructions on how to run the example.The interactions are enabled for the countries' | |
<p>This example demonstrates how to enable the interactions with the base map features. See <a href="https://github.com/heremaps/maps-api-for-javascript-examples#maps-api-for-javascript">the README</a> for instructions on how to run the example. The interactions are enabled for the countries' |
What's the reason for adding this line only to this example?
No description provided.