Skip to content

Commit 59ddd46

Browse files
author
Vic Shóstak
committed
Update README.md
1 parent 149ac2f commit 59ddd46

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ Add components to HTML template (with attributes):
6262
<!-- ./index.html -->
6363

6464
<div id="app">
65-
6665
<vue-goodshare-facebook
6766
page_url="https://github.com"
6867
title_social="Facebook"
6968
has_counter
7069
has_icon
7170
></vue-goodshare-facebook>
72-
7371
</div>
7472
```
7573

@@ -103,9 +101,7 @@ Add component to HTML template (without attributes):
103101
<!-- ./index.html -->
104102

105103
<div id="app">
106-
107104
<vue-goodshare></vue-goodshare>
108-
109105
</div>
110106
```
111107

0 commit comments

Comments
 (0)