Browse Source

README-en.md edited online with Bitbucket

Rafael Arce Nazario 8 years ago
parent
commit
73cab1d268
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md View File

@@ -142,7 +142,7 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
142 142
 
143 143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
144 144
 
145
-    ```cpp
145
+    ```cpp   
146 146
     QApplication a(argc, argv);
147 147
     XYPlotWindow wLine;
148 148
     XYPlotWindow wCircle;