Skip to content

Commit be510ad

Browse files
author
Joe Stubbs
committed
Merge branch 'master' of github.com:TACC/abaco
2 parents 8a29d6f + 6a38b68 commit be510ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Quickstart
191191
192192
The response will look something like:
193193
194-
> ```json
194+
```json
195195
{
196196
"message": "Actor execution retrieved successfully.",
197197
"result": {
@@ -229,7 +229,7 @@ Quickstart
229229
"status": "success",
230230
"version": ":dev"
231231
}
232-
> ```
232+
```
233233
234234
6. You can also retrieve the logs (as in docker logs) for any execution:
235235

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on Agave.
88
### Base Image ###
99
The `abacosamples/base-ubu` image provides the following convenience utilities for writing (Python2) actor functions:
1010
* `get_context()` - returns a Python dictionary with the following fields:
11-
* `raw_message` - the original message, either string or JSON depending on the Contetnt-Type.
11+
* `raw_message` - the original message, either string or JSON depending on the Content-Type.
1212
* `content_type` - derived from the original message request.
1313
* `message_dict` - A Python dictionary representing the message (for Content-Type: application/json)
1414
* `execution_id` - the ID of this execution.

0 commit comments

Comments
 (0)