Issue with `S.Class<Person>` in Schema README
In the Schema README shouldn’t
https://github.com/Effect-TS/schema?tab=readme-ov-file#the-benefits-of-using-classes
S.Class<Person> be S.Class<"Person"> instead?https://github.com/Effect-TS/schema?tab=readme-ov-file#the-benefits-of-using-classes
