Merge pull request #941 from acerjt/patch-3

Update README.md
This commit is contained in:
SirBroccoli 2024-09-25 18:27:54 +02:00 committed by GitHub
commit 93890004fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ and you would read from the first to the forth param.
Or you could do: Or you could do:
```c ```c
printf("$4%x") printf("%4$x")
``` ```
and read directly the forth. and read directly the forth.