Skip to content

Commit 967fc5a

Browse files
committed
Format README
1 parent 132777e commit 967fc5a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ from third parties such as Google are able to read product information (encoded
176176
[**Product** data model](https://jsonld.com/product/)) and display a rich snippet of product information with a standard
177177
star rating.
178178

179-
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=_-rRxKSm2ic "Rich Snippets")
179+
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=_-rRxKSm2ic 'Rich Snippets')
180180

181181
Click on the image above to watch an introductory video on rich snippets for product search.
182182

@@ -358,7 +358,7 @@ orion:
358358
networks:
359359
- default
360360
ports:
361-
- "1026:1026"
361+
- '1026:1026'
362362
command: -dbhost mongo-db -logLevel DEBUG
363363
healthcheck:
364364
test: curl --fail -s http://orion:1026/version || exit 1
@@ -370,9 +370,9 @@ mongo-db:
370370
hostname: mongo-db
371371
container_name: db-mongo
372372
expose:
373-
- "27017"
373+
- '27017'
374374
ports:
375-
- "27017:27017"
375+
- '27017:27017'
376376
networks:
377377
- default
378378
command: --nojournal
@@ -806,7 +806,7 @@ Furthermore, `locatedIn` has an `@type="@id"` which indicates to a computer that
806806

807807
### :arrow_forward: Video: JSON-LD Compaction & Expansion
808808

809-
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=Tm3fD89dqRE "JSON-LD Compaction & Expansion")
809+
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=Tm3fD89dqRE 'JSON-LD Compaction & Expansion')
810810

811811
Click on the image above to watch a video JSON-LD expansion and compaction with reference to the `@context`.
812812

0 commit comments

Comments
 (0)