[Groonga-commit] droonga/droonga.org at 4b70eb1 [gh-pages] Quote frontend.js with backquotes

Back to archive index

Yoji Shidara null+****@clear*****
Thu Aug 29 14:29:29 JST 2013


Yoji Shidara	2013-08-29 14:29:29 +0900 (Thu, 29 Aug 2013)

  New Revision: 4b70eb160d8193f838c890d7637b0f7c0bba0ed1
  https://github.com/droonga/droonga.org/commit/4b70eb160d8193f838c890d7637b0f7c0bba0ed1

  Message:
    Quote frontend.js with backquotes

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+3 -3)
===================================================================
--- tutorial/index.md    2013-08-29 14:23:05 +0900 (ebd02ec)
+++ tutorial/index.md    2013-08-29 14:29:29 +0900 (6e7ac17)
@@ -245,7 +245,7 @@ Node.js のバージョンを表示して、先ほどインストールした `0
 
 ### frontend を作成する
 
-以下のような内容で frontend.js を作成します。
+以下のような内容で `frontend.js` を作成します。
 
     var express = require('express'),
         droonga = require('express-droonga');
@@ -260,7 +260,7 @@ Node.js のバージョンを表示して、先ほどインストールした `0
       server: server // this is required to initialize Socket.IO API!
     });
 
-frontend.js を実行します。
+`frontend.js` を実行します。
 
     $ node frontend.js
        info  - socket.io started
@@ -341,7 +341,7 @@ frontend.js を実行します。
 ここでは、Webブラウザを「クライアントアプリケーション」とし、frontend との間で Socket.IO を利用して通信するアプリケーションを作成してみましょう。
 
 
-frontend ディレクトリの下に以下の内容の `index.html` を配置します。
+`frontend` ディレクトリの下に以下の内容の `index.html` を配置します。
 
 index.html:
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index