Skip to content

Commit b609462

Browse files
authored
Update README.md
1 parent 67603ad commit b609462

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ These implementations are a proof-of-concept and do only support basic REST CRUD
2929

3030
This is a single file application! Upload "api.php" somewhere and enjoy!
3131

32-
Alternatively, you can use [Composer](https://getcomposer.org/). See the _Composer Installation_ section below.
33-
3432
## Limitations
3533

3634
- 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.
10401038

10411039
## Composer Installation
10421040

1043-
Include the library in your composer.json file:
1041+
You can use [Composer](https://getcomposer.org/) to install. Include the library in your composer.json file:
10441042

10451043
```json
10461044
{

0 commit comments

Comments
 (0)