Skip to content

Commit c211345

Browse files
authored
readme tweak
1 parent e31fb63 commit c211345

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ so you do not have to be pulling complicated libraries to accomplish such a task
1111

1212

1313

14-
15-
1614
# Requirements
1715
You will have to install vue
1816

1917
```js
2018
npm install vue
2119
```
20+
21+
2222
# Installation
23-
To install this package you just need to open your console line and type ```npm install lazy-vue --save```. If there is a problem during the installation, you can try again using the ```force param```, as so ```npm i -f lazy-vue```
23+
To install this package you just need to open your console line and type ```npm install lazy-vue --save```. If there is a problem during the installation, trying again using the ```force param```, as so ```npm i -f lazy-vue```
24+
2425

2526

2627
# Gettings started
@@ -33,7 +34,9 @@ require('lazy-vue');
3334

3435
Take a look at the <a href="https://github.com/gocanto/lazy-vue/blob/master/src/js/demo/main.js" target="_blank">example</a> published.
3536

36-
# Implementing the directive in my HTML code
37+
38+
39+
# Implementing the directive in your HTML code
3740

3841
```HTML
3942
<div v-for="avatar in images">
@@ -44,14 +47,17 @@ Take a look at the <a href="https://github.com/gocanto/lazy-vue/blob/master/src/
4447
See the example <a href="https://github.com/gocanto/lazy-vue/blob/master/demo/index.html#L58-L66" target="_blank">here</a>
4548

4649

50+
4751
# Contributing
4852

4953
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
5054

5155

56+
5257
# License
5358

54-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
59+
The MIT License (MIT).
60+
5561

5662

5763
# How can I thank you?

0 commit comments

Comments
 (0)