diff --git a/README.md b/README.md index a3f9bfa..61773ca 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,6 @@ Afterwards, you can ask Bob questions like this: %bob Load blobs.tif and show it ``` -You can also ask Bob about available tools: -``` -%bob list tools -``` - Or like this: ``` %%bob @@ -47,6 +42,12 @@ count them and show the segmentation result. ``` + +You can also ask Bob about available tools: +``` +%bob list tools +``` + ## Example gallery ![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/load_and_show.png) @@ -64,7 +65,7 @@ show the segmentation result. If you want to ask Bob a question, you need to put a space before the `?`. ``` -What do you know about blobs.gif? +What do you know about blobs.gif ? ``` ## Installation