Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 6053529

Browse files
author
Bassem Dghaidi
committed
Add target blank to URLs to open in new pages
1 parent 70f1bb1 commit 6053529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> Allows you to compare an object to a generic model to test equality and extract matches
44
5-
<a href="https://github.com/mena-devs/objectron/actions?query=workflow%3A%22Build+%26+Test%22+branch%3Amaster">
5+
<a href="https://github.com/mena-devs/objectron/actions?query=workflow%3A%22Build+%26+Test%22+branch%3Amaster" target="_blank">
66
<img src="https://github.com/mena-devs/objectron/workflows/Build%20&%20Test/badge.svg?branch=master" alt="CI Build Status" />
77
</a>
8-
<a href="https://www.npmjs.com/package/@menadevs/objectron">
8+
<a href="https://www.npmjs.com/package/@menadevs/objectron" target="_blank">
99
<img src="https://img.shields.io/npm/v/@menadevs/objectron" alt="NPM Version" />
1010
</a>
1111

@@ -15,7 +15,7 @@ This module provides you with the means to define a **tester object** containing
1515

1616
The best way to really understand this module is to play with some examples. Go through some of our [usage examples](#usage-examples) and test them in our interactive demo page:
1717

18-
<a href="https://mena-devs.github.io/objectron-demo/" style="border:1px solid #616772">
18+
<a href="https://mena-devs.github.io/objectron-demo/" style="border:1px solid #616772" target="_blank">
1919
<img src="https://mena-devs.github.io/objectron-demo/demo-thumb.png" height="350px" alt="Demo Link" />
2020
</a>
2121

0 commit comments

Comments
 (0)