Skip to content

Commit 4bc6db9

Browse files
authored
Update README.md
1 parent 00ecf4c commit 4bc6db9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Mapping component serves as a user-friendly interface to extract metadata fr
1010

1111
If the dependency is up set properly (instructions will follow), the component can be used like this:
1212

13-
Add the Element:
13+
**Add the Element**:
1414
To integrate the Mapping component into your project, insert the following HTML element into your webpage:
1515

1616
```html
@@ -24,7 +24,7 @@ To integrate the Mapping component into your project, insert the following HTML
2424
<mapping-input base-url="http://localhost:8090/" id="input-component"></mapping-input>
2525
</body>
2626
```
27-
Invoke the Download Functionality:
27+
**Invoke the Download Functionality**:
2828

2929
For enabling the download functionality, include the following HTML code in your page:
3030
```html
@@ -43,7 +43,6 @@ For enabling the download functionality, include the following HTML code in your
4343
The executeMapping(true) method call triggers both the mapping process and the subsequent download of the result.
4444

4545
Adjusting Base URL:
46-
4746
The base-url attribute in the <mapping-input> element allows you to specify the base URL for your Mapping Service instance. You can modify this URL as needed to suit your requirements.
4847

4948
By following these steps, you can easily integrate the Mapping component into your project and utilize its capabilities for extracting metadata from instrument-generated data.

0 commit comments

Comments
 (0)