diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-22 03:18:14 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-22 03:18:14 -0700 |
commit | d9684aa5521b26cbd77e927b2cb9d716044682de (patch) | |
tree | 01ea1e998fe9f967911b99176cf22d7b2dac28f8 /pages/develop/tutorials/start.md.txt | |
parent | a96f325f0ee828abcdb71ba82f2ebfb16a8af9cc (diff) |
Wiki page start.md changed with summary [Typos and C# link] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/tutorials/start.md.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/develop/tutorials/start.md.txt b/pages/develop/tutorials/start.md.txt index 03033ec76..4aaf43769 100644 --- a/pages/develop/tutorials/start.md.txt +++ b/pages/develop/tutorials/start.md.txt | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | # EFL Tutorials # | 6 | # EFL Tutorials # |
7 | 7 | ||
8 | If you are just beginning your journey into programming with the Enlightenment Foundation Libraries (EFL), then these tutorials will help you on your way. Designed for those who have prior programming experience but who have not necessarily used EFL before, the tutorials will walk you through writing programms which build on EFL from the basic - a traditional "Hello World" example - through to the more advanced. | 8 | If you are just beginning your journey into programming with the Enlightenment Foundation Libraries (EFL), then these tutorials will help you on your way. Designed for those who have prior programming experience but who have not necessarily used EFL before, the tutorials will walk you through writing programs which build on EFL from the basic - a traditional "Hello World" example - through to the more advanced. |
9 | 9 | ||
10 | If you have not yet done so, visit [Developing with the Enlightenment Foundation Libraries](https://www.enlightenment.org/develop/start.md) for background on EFL and details on how to set up your development environment. | 10 | If you have not yet done so, visit [Developing with the Enlightenment Foundation Libraries](https://www.enlightenment.org/develop/start.md) for background on EFL and details on how to set up your development environment. |
11 | 11 | ||
@@ -16,4 +16,5 @@ If you have not yet done so, visit [Developing with the Enlightenment Foundation | |||
16 | 16 | ||
17 | EFL is available for a variety of programming languages, enabling developers in a wide range of ecosystems to benefit from its features. Tutorials are currently available in the following languages: | 17 | EFL is available for a variety of programming languages, enabling developers in a wide range of ecosystems to benefit from its features. Tutorials are currently available in the following languages: |
18 | 18 | ||
19 | * [C](c/start.md) \ No newline at end of file | 19 | * [C](c/start.md) |
20 | * [C#](csharp/start.md) \ No newline at end of file | ||