Skip to content

Commit

Permalink
chore: update library description
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 22, 2020
1 parent b1a54ac commit 520f8d7
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
alt="Vime Logo"
/>

A customizable media player built with [web components][web-components].
Vime is a customizable, extensible, accessible and framework agnostic media player.

[![package-badge]][package]
[![license-badge]][license]
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vime/docs

Vime is a customizable media player built with web components. This package
Vime is a customizable, extensible, accessible and framework agnostic media player. This package
contains the source code for the Vime documentation site hosted at https://vimejs.com. The website
is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/welcome/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slug: /
[![discord-badge]][discord]

<p style={{ fontSize: '18px' }}>
Vime is a customizable media player built with <a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components">web components</a>.
Vime is a customizable, extensible, accessible and framework agnostic media player.
</p>

import { BasicPlayer } from '../getting-started/components/BasicPlayer'
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vime/angular

Vime is a customizable media player built with [web components][web-components]. The `@vime/angular`
Vime is a customizable, extensible, accessible and framework agnostic media player. The `@vime/angular`
package contains the [Angular][angular] bindings that wrap around the web components in
[`@vime/core`][vime-core]. The bindings are auto-generated by [Stencil][stencil].

Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/angular",
"version": "4.0.1",
"description": "Angular bindings for Vime media player.",
"description": "Angular bindings for the Vime media player.",
"license": "MIT",
"types": "dist/index.d.ts",
"contributors": [
Expand Down
5 changes: 3 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# @vime/core

Vime is a customizable media player built with [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). The `@vime/core` package contains the web components for the player, plugins,
providers and UI elements that makeup the building blocks of Vime.
Vime is a customizable, extensible, accessible and framework agnostic media player. The `@vime/core`
package contains the web components for the player, plugins, providers and UI elements that makeup
the building blocks of Vime.

## Example

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/core",
"version": "4.0.1",
"description": "Customizable media player built with web components.",
"description": "Customizable, extensible, accessible and framework agnostic media player.",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# @vime/react

Vime is a customizable media player built with [web components][web-components]. The `@vime/react`
Vime is a customizable, extensible, accessible and framework agnostic media player. The `@vime/react`
package contains the [React][react] bindings that wrap around the web components in
[`@vime/core`][vime-core]. The bindings are auto-generated by [Stencil][stencil].

[react]: https://reactjs.org
[stencil]: https://stenciljs.com
[vime-core]: https://www.npmjs.com/package/@vime/core
[web-components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components

## Related

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/react",
"version": "4.0.1",
"description": "React bindings for Vime media player.",
"description": "React bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/svelte/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# @vime/svelte

Vime is a customizable media player built with [web components][web-components]. The `@vime/svelte`
Vime is a customizable, extensible, accessible and framework agnostic media player. The `@vime/svelte`
package contains the [Svelte][svelte] bindings that wrap around the web components in
[`@vime/core`][vime-core]. The bindings are auto-generated by [Stencil][stencil].

[svelte]: https://svelte.dev
[stencil]: https://stenciljs.com
[vime-core]: https://www.npmjs.com/package/@vime/core
[web-components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components

## Related

Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/svelte",
"version": "4.0.1",
"description": "Svelte bindings for Vime media player.",
"description": "Svelte bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# @vime/vue

Vime is a customizable media player built with [web components][web-components]. The `@vime/vue`
Vime is a customizable, extensible, accessible and framework agnostic media player. The `@vime/vue`
package contains the [Vue][vue] bindings that wrap around the web components in
[`@vime/core`][vime-core]. The bindings are auto-generated by [Stencil][stencil].

[vue]: https://vuejs.org
[stencil]: https://stenciljs.com
[vime-core]: https://www.npmjs.com/package/@vime/core
[web-components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components

## Related

Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/vue",
"version": "4.0.1",
"description": "Vue bindings for Vime media player.",
"description": "Vue bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 520f8d7

Please sign in to comment.