diff --git a/composer.json b/composer.json index a1bdbf0..7e615b4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "a7/admin-notices", "description": "Quickly and easily add admin notices to WordPress.", "type": "library", - "license": "UNLICENSE", + "license": "Unlicense", "authors": [ { "name": "A7", @@ -16,4 +16,4 @@ "autoload": { "files": [ "load.php" ] } -} \ No newline at end of file +}