Skip to content

Commit b1fd158

Browse files
committed
Fixed README
1 parent 2dc0648 commit b1fd158

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,14 @@ try {
7474
},
7575
"process_id": "max_time"
7676
};
77-
var preview = await con.execute(processGraph, "png");
78-
// This returns a Blob object with data you could further process or show.
77+
var preview = await con.execute(processGraph, "png");
78+
// This returns a Blob object containing a binary PNG file you could further process or show.
7979
}
8080
} catch(e) {
8181
console.log(e);
8282
}
8383
```
8484

85-
86-
8785
## Interactive JS Editor
8886

8987
There is an experimental interactive web-based editor for coding using the openEO API,

0 commit comments

Comments
 (0)