Skip to content

Commit dc96463

Browse files
committed
Update project homepage
1 parent 01db04f commit dc96463

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# clue/zenity-react [![Build Status](https://travis-ci.org/clue/php-zenity-react.svg?branch=master)](https://travis-ci.org/clue/php-zenity-react)
1+
# clue/reactphp-zenity [![Build Status](https://travis-ci.org/clue/reactphp-zenity.svg?branch=master)](https://travis-ci.org/clue/reactphp-zenity)
22

3-
[Zenity](https://help.gnome.org/users/zenity/stable/) is a small program that allows
4-
creating simple GTK+ dialogs from within command line scripts. This library provides
5-
an easy to use wrapper to spawn Zenity processes to build graphical desktop applications
6-
with PHP.
7-
8-
Zenity already ships with Ubuntu-based distributions and does not require any installation
9-
there - so this library should work out of the box. Otherwise you may have to [install
10-
Zenity](#install) yourself.
3+
Zenity allows you to build graphical desktop (GUI) applications in PHP, built on top of [ReactPHP](https://reactphp.org/).
114

125
![https://help.gnome.org/users/zenity/stable/question.html](https://help.gnome.org/users/zenity/stable/figures/zenity-question-screenshot.png)
136

7+
[Zenity](https://help.gnome.org/users/zenity/stable/) is a small program that
8+
allows creating simple GTK+ dialogs from within command line scripts. Zenity
9+
already ships with Ubuntu-based distributions and does not require any
10+
installation there - so this library should work out of the box. Otherwise you
11+
may have to [install Zenity](#install) yourself. This library provides an easy
12+
to use wrapper to spawn Zenity processes to build graphical desktop applications
13+
with PHP.
14+
1415
**Table of contents**
1516

1617
* [Quickstart example](#quickstart-example)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "clue/zenity-react",
3-
"description": "Build graphical desktop (GUI) applications in PHP",
4-
"keywords": ["GUI", "desktop", "dialog", "zenity", "react", "async"],
5-
"homepage": "https://github.com/clue/php-zenity-react",
3+
"description": "Zenity allows you to build graphical desktop (GUI) applications in PHP, built on top of ReactPHP.",
4+
"keywords": ["GUI", "desktop", "dialog", "zenity", "ReactPHP", "async"],
5+
"homepage": "https://github.com/clue/reactphp-zenity",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)