소스 검색

Merge pull request #13 from amber-smalltalk/gh-pages

Bring direct gh-pages changes to master
Herbert Vojčík 10 년 전
부모
커밋
5cfb24cf28
2개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 0
      faq.md
  2. 1 1
      overview/1-installing-amber.md

+ 12 - 0
faq.md

@@ -0,0 +1,12 @@
+---
+title: FAQ
+layout: default
+permalink: "faq.html"
+parent: Overview
+---
+
+### Q: How do I get back the Helios IDE after I have closed it
+
+A: Evaluate the following in the JavaScript console:
+
+    require('amber/helpers').popupHelios()

+ 1 - 1
overview/1-installing-amber.md

@@ -20,7 +20,7 @@ JavaScript runtime used to run JavaScript code outside of the web
 browser.
 
 `nodejs` and `npm` can either be
-[downloadeded](http://nodejs.org/download) from the website, or
+[downloaded](http://nodejs.org/download) from the website, or
 installed using Operating System specific package managers.
 
 #### Installing nodejs on MacOS X and Windows