diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 623392c5ca..a95151612a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wordpress/wordpress", "license": "GPL-2.0-or-later", - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org", "keywords": [ "blog", "cms", "wordpress", "wp" diff --git a/package.json b/package.json index d186161fda..3a289ee1c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "WordPress", "version": "5.0.0", - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", "url": "https://develop.svn.wordpress.org/trunk" |