Skip to content

Commit eddd810

Browse files
committed
Modified README.md
1 parent 86cd24e commit eddd810

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fauxton-client is available on Packagist. To install it, type the following on y
1717
command-line interface:
1818

1919
```
20-
composer require chemem/fauxton-client dev-async
20+
composer require php-api-clients/fauxton-client
2121
```
2222

2323
## Fauxton
@@ -45,8 +45,7 @@ that is also convenient for manipulating data.
4545
## Documentation
4646

4747
I advise that you read the [official CouchDB documentation](http://docs.couchdb.org/en/2.0.0/api/index.html)
48-
so as to better understand the fauxton-client. Also, reading the [fauxton-client wiki](https://github.com/ace411/fauxton-client/wiki/Introduction) is recommended
49-
and therefore, prudent.
48+
so as to better understand the fauxton-client. Also, check out the examples in the [examples folder](https://github.com/php-api-clients/fauxton-client/tree/master/examples) for more perspective.
5049

5150
## Running the unit tests
5251

@@ -63,7 +62,3 @@ vendor/bin/phpunit -c phpunit.xml.dist
6362
## Dealing with problems
6463

6564
Endeavor to create an issue on GitHub when the need arises or send an email to lochbm@gmail.com
66-
67-
## Note
68-
69-
In light of recent modification activity, the fauxton-client is temporarily unusable.

0 commit comments

Comments
 (0)