[EDIT] README.md

parent 4ae171a9
......@@ -16,9 +16,9 @@
```json
{
status : true,
message : "mensaje",
data : {
"status" : true,
"message" : "mensaje",
"data" : {
"usuarios" : [
{ "id" : 1, "nombre" : "Nombre1", "contrasenia" : "pass1" },
{ "id" : 2, "nombre" : "Nombre2", "contrasenia" : "pass2" }
......@@ -27,8 +27,8 @@
}
```
| **Parametro**| **Tipo**| **Descripción**|
| ------ | :------: | ------ |
| status | *boolean* |
| message | *String* |
| data | *JSONObject* |
\ No newline at end of file
| **Parametro**| **Tipo** | **Descripción**|
| ------------ | :----------: | -------------- |
| status | *boolean* | |
| message | *String* | |
| data | *JSONObject* | |
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment