Explorar el Código

improves style consistency

Sebastian Sastre hace 9 años
padre
commit
958e55b2f9
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      faq.md

+ 3 - 3
faq.md

@@ -29,14 +29,14 @@ A dialog should appear with "Legacy IDE" and "Helios IDE" buttons.
 
 In case the above did not work, evaluate the following in the JavaScript console:
 
-    `require('amber/helpers').popupHelios()`
+`require('amber/helpers').popupHelios()`
 
     
 #### Q: What version is the amber website running?
 
 1.    Open IDE at [http://amber-lang.net/](http://amber-lang.net/).
-2.    Go to Workspace tab.
-3.    Print-it ``Smalltalk version``.
+2.    Go to the Workspace tab.
+3.    Print or inspect the expression ``Smalltalk version``.
 
 #### How do I install the latest Amber version?