Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xshiraori authored Apr 13, 2022
1 parent dc53b84 commit ecca33f
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 @@ -18,7 +18,7 @@ An example of the computation process can be seen below.
image_size = 512

image = ImageFractalDimension(image_name, image_size)
print(image.fractal_dim) # result will be printed on the graph so this is just an example to show you the attribute if you want to use the result
print(image.fractal_dim)
image.graph()

**Output**:
Expand Down

0 comments on commit ecca33f

Please sign in to comment.