Skip to content

Commit d2067aa

Browse files
authored
Fix formatting of API endpoint URLs in README
1 parent b1cf052 commit d2067aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A list of dimensions is available at [https://w3id.org/everse/i/dimensions](http
1313
The repository provides JSON API endpoints that consolidate all indicators and dimensions for easy consumption by external services:
1414

1515
### Indicators API
16-
- **Endpoint**: `https://everse.software/indicators/api/indicators.json`
16+
- **Endpoint**: https://everse.software/indicators/api/indicators.json
1717
- **Description**: Returns all software quality indicators with metadata
1818
- **Format**: JSON-LD compatible
1919
- **Fields**:
@@ -23,7 +23,7 @@ The repository provides JSON API endpoints that consolidate all indicators and d
2323
- `indicators`: Array of all indicator objects
2424

2525
### Dimensions API
26-
- **Endpoint**: `https://everse.software/indicators/api/dimensions.json`
26+
- **Endpoint**: https://everse.software/indicators/api/dimensions.json
2727
- **Description**: Returns all software quality dimensions with metadata
2828
- **Format**: JSON-LD compatible
2929
- **Fields**:

0 commit comments

Comments
 (0)