You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ fauxton-client is available on Packagist. To install it, type the following on y
17
17
command-line interface:
18
18
19
19
```
20
-
composer require chemem/fauxton-client dev-async
20
+
composer require php-api-clients/fauxton-client
21
21
```
22
22
23
23
## Fauxton
@@ -45,8 +45,7 @@ that is also convenient for manipulating data.
45
45
## Documentation
46
46
47
47
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.
0 commit comments