From 7cac17fb386c62a775b430d24f2af9ec61fa92f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 30 Oct 2019 14:08:16 +0100 Subject: [PATCH] Update project homepage --- README.md | 5 +++-- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ead0619..7617f30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react) +# clue/reactphp-ami [![Build Status](https://travis-ci.org/clue/reactphp-ami.svg?branch=master)](https://travis-ci.org/clue/reactphp-ami) -Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of [ReactPHP](http://reactphp.org) +Streaming, event-driven access to the Asterisk Manager Interface (AMI), +built on top of [ReactPHP](http://reactphp.org). The [Asterisk PBX](http://asterisk.org/) is a popular open source telephony solution that offers a wide range of telephony features. diff --git a/composer.json b/composer.json index cadbee7..94441f6 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "clue/ami-react", - "description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP", + "description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP.", "keywords": ["Asterisk Manager Interface", "AMI", "async", "ReactPHP"], - "homepage": "https://github.com/clue/php-ami-react", + "homepage": "https://github.com/clue/reactphp-ami", "license": "MIT", "authors": [ {