README.md: Fix missing word

FossilOrigin-Name: 2fe7ea274eed2d70fb18a6d78a80d774aead549a90f5a8f194451995b73e8ac6
This commit is contained in:
Jonathan Schleifer 2024-08-23 23:29:57 +00:00
parent 9f740fba55
commit 0b423347b6

View file

@ -1,8 +1,8 @@
ObjFW is a portable, lightweight framework for the Objective-C language. It
enables you to write an application in Objective-C that will run on any
supported by ObjFW without having to worry about differences between operating
systems or various frameworks you would otherwise need if you want to be
portable.
platform supported by ObjFW without having to worry about differences between
operating systems or various frameworks you would otherwise need if you want to
be portable.
It supports all modern Objective-C features when using Clang, but is also
compatible with GCC ≥ 4.6 to allow maximum portability.