From 04ae500ef9d95b5ffc687a484a09202633fa5490 Mon Sep 17 00:00:00 2001 From: Robin MacPherson Date: Sat, 12 Jan 2019 07:29:55 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d7b5ec..cd216b9 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@

## Intro -An infinite scroll plugin for Vue.js, it can help you implement infinite scroll list more easily. +An infinite scroll plugin for Vue.js, to help you implement an infinite scroll list more easily. ### Features - Mobile friendly - Internal spinners -- 2-directions support +- 2-directional support - Load result message display ## Usage & Guide To check out live examples and docs, visit [Vue-infinite-loading GitHub Pages](https://peachscript.github.io/vue-infinite-loading/). ## Changelog -Details changes for each release are documented in the [release notes](https://github.com/PeachScript/vue-infinite-loading/releases). +Detailed changes for each release are documented in the [release notes](https://github.com/PeachScript/vue-infinite-loading/releases). ## Contribution Please make sure to read the [Contributing Guide](https://github.com/PeachScript/vue-infinite-loading/blob/master/.github/CONTRIBUTING.md) before making a pull request.