Update 'README.md'

This commit is contained in:
starnakin 2023-03-29 12:06:56 +00:00
parent a57e853516
commit 1fea8a97b1

View File

@ -28,7 +28,6 @@ The ft_printf function supports the following format specifiers:
| `%d` | Signed decimal integer |
| `%i` | Signed decimal integer |
| `%u` | Unsigned decimal integer |
| `%o` | Unsigned octal |
| `%x` | Unsigned hexadecimal (lowercase) |
| `%X` | Unsigned hexadecimal (uppercase) |
| `%%` | Literal `%` |