remove experimental from README.initialize.

This commit is contained in:
Gregory Casamento 2020-01-20 23:25:27 -05:00
parent 35bb623eac
commit 8c13adaf1e

View file

@ -9,7 +9,7 @@ any classes used by a new thread have already been used in the main thread
before the new thread starts. before the new thread starts.
If you are worried, please build/run GNUstep with a runtime which supports If you are worried, please build/run GNUstep with a runtime which supports
the +initialize method. The GNUstep stable runtime (libobjc) and experimental the +initialize method. The GNUstep stable runtime (libobjc) and clang
runtime (libobjc2), available from the GNUstep website and subversion runtime (libobjc2), available from the GNUstep website and subversion
repository, should both work. repository, should both work.