Skip to content

Commit 9eb17b2

Browse files
committed
change image links on readme
1 parent 878cfbf commit 9eb17b2

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
@@ -3,7 +3,7 @@
33
<br />
44
<p align="center">
55
<a href="https://github.com/basarozcan/vue-tailwindcss-typeahead">
6-
<img src="images/logo.png" alt="Logo">
6+
<img src="https://github.com/basarozcan/vue-tailwindcss-typeahead/raw/master/images/logo.png" alt="Logo">
77
</a>
88

99
<h3 align="center">vue-tailwindcss-typeahead</h3>
@@ -42,7 +42,7 @@
4242
<!-- ABOUT THE PROJECT -->
4343
## About The Project
4444
<p align="center">
45-
<img src="images/component.png" alt="component" >
45+
<img src="https://github.com/basarozcan/vue-tailwindcss-typeahead/raw/master/images/component.png" alt="component" >
4646
</p>
4747
I can't find any independent typeahead/autocomplete input component. All of them comes with UI libraries.
4848

0 commit comments

Comments
 (0)