diff --git a/README.md b/README.md index af30c237..4bfc2863 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-mesh-generators`](orx-mesh-generators/) | 3D-mesh generating functions and DSL. | | [`orx-no-clear`](orx-no-clear/) | Provides the classical "draw-without-clearing-the-screen" functionality. | | [`orx-noise`](orx-noise/) | Randomness for every type of person: Perlin, uniform, value, simplex, fractal and many other types of noise. | -| [`orx-obj-loader`](orx-obj-loader/) | Simple loader for Wavefront .obj 3D mesh files. | +| [`orx-obj-loader`](orx-obj-loader/) | Simple loader and saver for Wavefront .obj 3D mesh files. | | [`orx-palette`](orx-palette/) | Provides hundreds of color palettes. | | [`orx-parameters`](orx-parameters/) | Provides annotations and tools for turning Kotlin properties into introspectable parameters. Used by [`orx-gui`](../orx-jvm/orx-gui/README.md) to automatically generate user interfaces. | | [`orx-property-watchers`](orx-property-watchers/) | Tools for setting up property watcher based pipelines |