We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c907e95 commit 9987495Copy full SHA for 9987495
README.md
@@ -53,7 +53,7 @@ var pixel = randomAccess.setPositionAndGet(position)
53
println pixel
54
55
56
-// It is also possible to create an ImageServer from a RandomAccessible or Img.
+// It is also possible to create an ImageServer from a RandomAccessible or Img
57
var newServer = ImgLib2ImageServer.builder(List.of(randomAccessible)).build()
58
println newServer
59
```
0 commit comments