Skip to content

Commit ff88277

Browse files
authored
Merge pull request #5 from reactphp/rename
Rename project
2 parents d0432d9 + cb35c1b commit ff88277

File tree

16 files changed

+210
-186
lines changed

16 files changed

+210
-186
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# React/Chatroulette
1+
# React/ExampleChatWithRandomStranger
22

3-
Chatroulette sample application.
3+
Sample application where 2 people are randomly paired up who connect and are able to send messages to eachother.
44

5-
[![Build Status](https://secure.travis-ci.org/reactphp/chatroulette.png?branch=master)](http://travis-ci.org/reactphp/chatroulette)
5+
[![Build Status](https://secure.travis-ci.org/reactphp/ExampleChatWithRandomStranger.png?branch=master)](http://travis-ci.org/reactphp/ExampleChatWithRandomStranger)
66

77
## Install
88

99
$ composer install
1010

1111
## Usage
1212

13-
To start the chatroulette server, run:
13+
To start the ExampleChatWithRandomStranger server, run:
1414

1515
$ php server.php
1616

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react/chatroulette",
3-
"description": "Chatroulette sample application.",
4-
"keywords": ["chatroulette"],
2+
"name": "react/ExampleChatWithRandomStranger",
3+
"description": "ExampleChatWithRandomStranger sample application.",
4+
"keywords": ["chat"],
55
"license": "MIT",
66
"require": {
77
"php": ">=5.4.0",
@@ -12,7 +12,7 @@
1212
"phpunit/phpunit": "3.7.*"
1313
},
1414
"autoload": {
15-
"psr-0": { "React\\Chatroulette": "src/" }
15+
"psr-0": { "React\\ExampleChatWithRandomStranger": "src/" }
1616
},
1717
"config": {
1818
"bin-dir": "bin/"

0 commit comments

Comments
 (0)