From a512239c3024affe1750e3f8fe8d96d60360fc94 Mon Sep 17 00:00:00 2001 From: ClownF <1262133427@qq.com> Date: Mon, 25 Jun 2018 11:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=91=E4=B8=AA=E5=8D=95=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- markdown/getstarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/getstarted.md b/markdown/getstarted.md index d68614a..f9fb1e7 100644 --- a/markdown/getstarted.md +++ b/markdown/getstarted.md @@ -29,7 +29,7 @@ Now, let's play with ruby. You can place a ruby program directly on the command 现在,让我们来把玩一下**Ruby**。你可以在**命令行中**用`-e`选项来直接执行**Ruby**程序。 ``` -ruby -e 'puts "hello world" +ruby -e 'puts "hello world"' hello world ```