From b28719278b50c070f6590acbc33950f9d3fc12d3 Mon Sep 17 00:00:00 2001 From: Collin Henderson Date: Mon, 24 Jan 2022 13:00:42 -0500 Subject: [PATCH] Small readme tweak --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a0e9a42..e5e709f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # vue-tribute [![Tests](https://github.com/syropian/vue-tribute/actions/workflows/test.yml/badge.svg?branch=next)](https://github.com/syropian/vue-tribute/actions/workflows/test.yml) - A tiny Vue.js wrapper around Zurb's Tribute library for ES6 native @mentions. > 🚦 Looking for Vue 2 support? Check out the [master branch](https://github.com/syropian/vue-tribute). @@ -49,7 +48,7 @@ export default { ## Usage -Wrap a single **text input**, **textarea**, or **contenteditable** element within the `VueTribute` component. You should then pass a [valid Tribute collection(s) object](https://github.com/zurb/tribute#initializing) to the component. +Wrap a single **text input**, **textarea**, or **contenteditable** element within the `VueTribute` component. You should then pass a [valid Tribute options object](https://github.com/zurb/tribute#initializing) to the component. ## Events