diff --git a/README.md b/README.md index 3c365e0..1b10e6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ProPresenter 7 PHP API +# ProPresenter 7 PHP Library > A PHP library to **read, modify, and generate** [ProPresenter 7](https://renewedvision.com/propresenter/) files — songs, playlists, bundles, themes, and global library files. @@ -84,14 +84,14 @@ ProPresenter 7 stores its data in protobuf-encoded binary files (with ZIP wrappe ## Installation ```bash -composer require bussnet/propresenter7-php-api +composer require bussnet/propresenter7-php-lib ``` Or clone the repository to develop locally: ```bash -git clone https://github.com/bussnet/propresenter7-php-api.git -cd propresenter7-php-api +git clone https://github.com/bussnet/propresenter7-php-lib.git +cd propresenter7-php-lib composer install ``` diff --git a/composer.json b/composer.json index 4a0ae70..d5683fb 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "bussnet/propresenter7-php-api", + "name": "bussnet/propresenter7-php-lib", "description": "PHP library to read, modify, and generate ProPresenter 7 files (.pro songs, .proplaylist, .probundle, themes, and global library files).", "type": "library", "license": "MIT", @@ -16,10 +16,10 @@ "proplaylist", "probundle" ], - "homepage": "https://github.com/bussnet/propresenter7-php-api", + "homepage": "https://github.com/bussnet/propresenter7-php-lib", "support": { - "issues": "https://github.com/bussnet/propresenter7-php-api/issues", - "source": "https://github.com/bussnet/propresenter7-php-api" + "issues": "https://github.com/bussnet/propresenter7-php-lib/issues", + "source": "https://github.com/bussnet/propresenter7-php-lib" }, "authors": [ { diff --git a/doc/INDEX.md b/doc/INDEX.md index 4354a15..4490feb 100644 --- a/doc/INDEX.md +++ b/doc/INDEX.md @@ -1,6 +1,6 @@ -# ProPresenter 7 PHP API — Documentation +# ProPresenter 7 PHP Library — Documentation -> Comprehensive reference for the [ProPresenter 7 PHP API](../README.md) library. +> Comprehensive reference for the [ProPresenter 7 PHP Library](../README.md). > > Each document is self-contained — open the one that matches your task. If you don't know which to load, search [keywords.md](keywords.md) or scan the table below.