docs: style fixes

This commit is contained in:
hexkyz 2020-04-26 19:18:49 +01:00
parent 57ac153671
commit 59ea93e9cd
17 changed files with 23 additions and 33 deletions

View file

@ -1,4 +1,4 @@
# jpegdec
This module is a reimplementation of the Horizon OS's "jpegdec" system module, which is responsible for JPEG format decoding.
This module is a reimplementation of the Horizon OS's `jpegdec` system module, which is responsible for JPEG format decoding.
Atmosphère's reimplementation allows two sessions instead of 1, so homebrew can use it for software JPEG decoding in addition to the OS itself.