Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci authored Sep 8, 2021
1 parent c6a0647 commit fbde210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ options = {
}
}
```
Note that while sending request via curl, any `"` in the `request_body` should be replaced with `\"`.
**Note:** While sending the requests via curl, any `"` in the `request_body` should be replaced with `\"`.

For supported layout options, please check the documentation of the associated layout algorithm. Image options support three output formats: `png`, `jpg` and `svg`. `background` attribute should be a hex color code or `transparent`. `color` attribute should be a hex color code for SBML, GraphML and JSON formats, and one of the following predefined color schemes for the SBGNML format: `bluescale`, `greyscale`, `red_blue`, `green_brown`, `purple_brown`, `purple_green`, `grey_red`, and `black_white`.

Expand Down

0 comments on commit fbde210

Please sign in to comment.