From 14cad7881fd5f5ee15071f40e0862745fc20a548 Mon Sep 17 00:00:00 2001 From: zhangbaitong Date: Wed, 7 Jan 2015 14:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E8=A1=A8?= =?UTF-8?q?=E8=BF=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fig/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fig/intro.md b/fig/intro.md index 07abbf8..1e81e5a 100644 --- a/fig/intro.md +++ b/fig/intro.md @@ -125,7 +125,7 @@ figtest_redis_1 /usr/local/bin/run Up figtest_web_1 /bin/sh -c python app.py Up 5000->5000/tcp ``` -`fig run` 指令可以帮为你的服务发送命令。例如:查看 web 服务可以获取到的环境变量: +`fig run` 指令可以帮你向服务发送命令。例如:查看 web 服务可以获取到的环境变量: ``` $ fig run web env