Explorar o código

Minor wording improvements in the readme, etc.

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
c11243cea1

+ 1 - 1
packages/ckeditor5-widget/LICENSE.md

@@ -1,7 +1,7 @@
 Software License Agreement
 Software License Agreement
 ==========================
 ==========================
 
 
-**CKEditor 5 Image Feature** – https://github.com/ckeditor/ckeditor5-image <br>
+**CKEditor 5 widget API** – https://github.com/ckeditor/ckeditor5-image <br>
 Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 
 Licensed under the terms of any of the following licenses at your choice:
 Licensed under the terms of any of the following licenses at your choice:

+ 2 - 2
packages/ckeditor5-widget/README.md

@@ -1,4 +1,4 @@
-CKEditor 5 Widget Feature
+CKEditor 5 widget API
 ========================================
 ========================================
 
 
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-widget.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget)
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-widget.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget)
@@ -7,7 +7,7 @@ CKEditor 5 Widget Feature
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-widget/status.svg)](https://david-dm.org/ckeditor/ckeditor5-widget)
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-widget/status.svg)](https://david-dm.org/ckeditor/ckeditor5-widget)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-widget/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-widget?type=dev)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-widget/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-widget?type=dev)
 
 
-Widget feature for CKEditor 5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-widget>.
+Widget API for CKEditor 5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-widget>.
 
 
 ## License
 ## License
 
 

+ 1 - 1
packages/ckeditor5-widget/package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "@ckeditor/ckeditor5-widget",
   "name": "@ckeditor/ckeditor5-widget",
   "version": "0.0.1",
   "version": "0.0.1",
-  "description": "Widget feature for CKEditor 5.",
+  "description": "Widget API for CKEditor 5.",
   "keywords": [],
   "keywords": [],
   "dependencies": {
   "dependencies": {
 	  "@ckeditor/ckeditor5-core": "^0.7.0",
 	  "@ckeditor/ckeditor5-core": "^0.7.0",