From f8c5cdf256955841ce4f3bde87754f9d7d27b8ee Mon Sep 17 00:00:00 2001 From: t-cool Date: Fri, 2 Apr 2021 16:22:02 +0900 Subject: [PATCH] Update README-ja.md --- README-ja.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ja.md b/README-ja.md index 8df82fc..db74386 100644 --- a/README-ja.md +++ b/README-ja.md @@ -48,16 +48,16 @@ npx shadow-cljs watch app `shadow-cljs` の設定は `shadow-cljs.edn` でします。次のようなものです。 ```clojure -;; shadow-cljs configuration -{:source-paths ; .cljs files go here +;; shadow-cljs の設定 +{:source-paths ; .cljs ファイルはここで指定します ["src/dev" "src/main" "src/test"] - :dependencies ; covered later + :dependencies ; 後ほど説明します [] - :dev-http ; starts a http dev server on http://localhost:8020 and serves `public` + :dev-http ; http://localhost:8020 上で http 開発用サーバーを起動し、`public` をサーブします。 {8020 "public"} :builds