ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/examples.git/commit/?id=2975f10a2aa2c71b04878068d8b98618b464cad1
commit 2975f10a2aa2c71b04878068d8b98618b464cad1 Author: Bryce Harrington <[email protected]> Date: Wed Dec 13 21:59:49 2017 +0000 README: Copyediting... Summary: s/mesin/meson/ and other spelling/punctuation fixes Reviewers: ajwillia.ms Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D5441 --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index 19e7bdf..381858e 100644 --- a/README +++ b/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 <language>-<examplename> please be careful to namespace example binaries in case they are installed by the user. +Directory naming is <language>-<examplename> please be careful to +namespace example binaries in case they are installed by the user. --
