Skip to content

Commit a3b106c

Browse files
authored
Update README.md
1 parent f2c658f commit a3b106c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Related projects:
1414

1515
Ports of the core of the script (only basic REST CRUD, no features) to other languages:
1616

17-
- [Java](https://github.com/mevdschee/java-crud-api)
18-
- [Go](https://github.com/mevdschee/go-crud-api)
19-
- [C# .net core](https://github.com/mevdschee/core-data-api)
17+
- [Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java)
18+
- [Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go)
19+
- [C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs)
2020
- [PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php)
21-
- [Node.js](https://github.com/mevdschee/js-crud-api)
21+
- [Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js)
2222

2323
## Requirements
2424

@@ -1041,7 +1041,7 @@ If it does not, something is wrong on your hosting environment.
10411041

10421042
## Composer Installation
10431043

1044-
- Include the library in your composer.json file:
1044+
Include the library in your composer.json file:
10451045

10461046
```json
10471047
{
@@ -1051,8 +1051,7 @@ If it does not, something is wrong on your hosting environment.
10511051
}
10521052
```
10531053

1054-
- Run `composer install`
1055-
- Use the library in your own code:
1054+
Run `composer install` and then to use the library in your own code like this:
10561055

10571056
```php
10581057
<?php

0 commit comments

Comments
 (0)