diff --git a/Image-API.md b/Image-API.md index 98616ba..bb4bfb0 100644 --- a/Image-API.md +++ b/Image-API.md @@ -3,7 +3,7 @@ This library implements its own image format for OpenComputers with a simple los ## How does it work inside? -Every image is stored in RAM as a one-dimensional table, where the first two elements are its **width** and **height**, and the next are pixel data. This approach is necessary for RAM saving. For a better understanding, I give you an table example: +Every picture stored in RAM as a one-dimensional table, where the first two elements are picture **width** and **height**, and the next are pixel data. This approach is necessary for RAM saving. Here's a table example for better structure understanding: ```lua {