Skip to content

Commit

Permalink
Fixing the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bramenn committed Mar 30, 2023
1 parent 5a1e79e commit 9a14068
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker-compose up -d
Para esto necesitamos el homeserver y el token del usuario de matrix que queremos registrar.

```bash
curl -XPOST -d {"homeserver":"https://matrix.exmaple.com", "access_token": "xyz"}' "http://menuflow_service/_matrix/menuflow/v1/client/new
curl -XPOST -d '{"homeserver":"https://matrix.exmaple.com", "access_token": "xyz"}' "http://menuflow_service/_matrix/menuflow/v1/client/new"
```

## Configura un flujo:
Expand Down Expand Up @@ -224,7 +224,7 @@ menu:
- id: input-4
type: input
text: 'Ahora tu ingresa la imagen de tu gato:'
text: 'Now you enter the image of your cat:'
input_type: m.image
variable: user_cat_image
cases:
Expand All @@ -239,5 +239,5 @@ menu:
- id: error-message-1
type: message
text: 'Algo ha salido mal, bye'
text: 'Something has gone wrong, bye'
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ menu:
- id: input-4
type: input
text: 'Ahora tu ingresa la imagen de tu gato:'
text: 'Now you enter the image of your cat:'
input_type: m.image
variable: user_cat_image
cases:
Expand All @@ -241,5 +241,5 @@ menu:
- id: error-message-1
type: message
text: 'Algo ha salido mal, bye'
text: 'Something has gone wrong, bye'
```
4 changes: 2 additions & 2 deletions flows/@example:example.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ menu:
o_connection: input-4
- id: input-4
type: input
text: 'Ahora tu ingresa la imagen de tu gato:'
text: 'Now you enter the image of your cat:'
input_type: m.image
variable: user_cat_image
cases:
Expand All @@ -211,4 +211,4 @@ menu:
text: 'Bye bye! ... {{no_cats}}'
- id: error-message-1
type: message
text: 'Algo ha salido mal, bye'
text: 'Something has gone wrong, bye'
4 changes: 2 additions & 2 deletions menuflow/utils/sample_flows/cat_fact.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{
"id": "input-4",
"type": "input",
"text": "Ahora tu ingresa la imagen de tu gato:",
"text": "Now you enter the image of your cat:",
"input_type": "m.image",
"variable": "user_cat_image",
"cases": [
Expand All @@ -166,7 +166,7 @@
{
"id": "error-message-1",
"type": "message",
"text": "Algo ha salido mal, bye"
"text": "Something has gone wrong, bye"
}
]
}
Expand Down

0 comments on commit 9a14068

Please sign in to comment.