Skip to content

Commit 424aa2f

Browse files
samturrellTheAlexLichter
authored andcommitted
docs: update typo and wording in README
1 parent 396ad00 commit 424aa2f

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
@@ -55,7 +55,7 @@ export default {
5555

5656
### :link::x: Using a CDN
5757

58-
Sorry! No CDN available for VueLink by now.
58+
Sorry! No CDN available for VueLink right now.
5959

6060
## :hammer_and_wrench: Usage
6161

@@ -79,7 +79,7 @@ You can use the `external` prop to force treating it as external link as well.
7979
| --- | --- | --- |
8080
| to | :x: | The target of the link. If not set, the link will not be bound (no "empty href")|
8181
| rel |:white_check_mark:| Will be passed as `rel` attribute to the anchor tag|
82-
|newTag|:white_check_mark:| If truthy, set `target` attribute to `_blank`|
82+
|newTab|:white_check_mark:| If truthy, set `target` attribute to `_blank`|
8383
|target|:white_check_mark:| Will be passed as `target` attribute to the anchor tag|
8484
|external|:white_check_mark:| Force to treat the link as external link (use anchor instead of vue-router tag)|
8585

0 commit comments

Comments
 (0)