Index: README =================================================================== --- README +++ README @@ -1,16 +1,21 @@ Examples ======== -A group of new,clean examples that demonstrate EFL in various languages. -EFL usage in here should be using the latest APIs where possible and use supported languages and build systems. +A group of new, clean examples that demonstrate EFL in various +languages. + +EFL usage in here should be using the latest APIs where possible and use +supported languages and build systems. For C we are using meson to build - the standard steps are: - * mesin build/ + * meson build/ * cd build * ninja -if, however, you have Edi installed then the edi_build command will run the appropriate steps automatically. +If, however, you have Edi installed then the edi_build command will run +the appropriate steps automatically. -Directory naming is - please be careful to namespace example binaries in case they are installed by the user. +Directory naming is - please be careful to +namespace example binaries in case they are installed by the user.