We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67603ad commit b609462Copy full SHA for b609462
README.md
@@ -29,8 +29,6 @@ These implementations are a proof-of-concept and do only support basic REST CRUD
29
30
This is a single file application! Upload "api.php" somewhere and enjoy!
31
32
-Alternatively, you can use [Composer](https://getcomposer.org/). See the _Composer Installation_ section below.
33
-
34
## Limitations
35
36
- Primary keys should either be auto-increment (from 1 to 2^53) or UUID
@@ -1040,7 +1038,7 @@ If it does not, something is wrong on your hosting environment.
1040
1038
1041
1039
## Composer Installation
1042
1043
-Include the library in your composer.json file:
+You can use [Composer](https://getcomposer.org/) to install. Include the library in your composer.json file:
1044
1045
```json
1046
{
0 commit comments