From 268508764f25697d745fd40d0b63e096acb4ae7d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 13 Sep 2014 00:14:24 +0800 Subject: [PATCH] docs: use => using --- docs/README.md | 4 ++-- ...se-native-node-modules.md => using-native-node-modules.md} | 2 +- ...enium-and-webdriver.md => using-selenium-and-webdriver.md} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/tutorial/{use-native-node-modules.md => using-native-node-modules.md} (98%) rename docs/tutorial/{use-selenium-and-webdriver.md => using-selenium-and-webdriver.md} (98%) diff --git a/docs/README.md b/docs/README.md index b8345767163c..db94d57a381a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,10 +2,10 @@ * [Quick start](tutorial/quick-start.md) * [Application distribution](tutorial/application-distribution.md) -* [Use native node modules](tutorial/use-native-node-modules.md) +* [Using native node modules](tutorial/using-native-node-modules.md) * [Debugging browser process](tutorial/debugging-browser-process.md) +* [Using Selenium and WebDriver](tutorial/using-selenium-and-webdriver.md) * [DevTools extension](tutorial/devtools-extension.md) -* [Use Selenium and WebDriver](tutorial/use-selenium-and-webdriver.md) ## API references diff --git a/docs/tutorial/use-native-node-modules.md b/docs/tutorial/using-native-node-modules.md similarity index 98% rename from docs/tutorial/use-native-node-modules.md rename to docs/tutorial/using-native-node-modules.md index 2aa13da3612d..de590e31d2bc 100644 --- a/docs/tutorial/use-native-node-modules.md +++ b/docs/tutorial/using-native-node-modules.md @@ -1,4 +1,4 @@ -# Use native Node modules +# Usng native Node modules The native Node modules are supported by atom-shell, but since atom-shell is using a different V8 version from official Node, you need to use `apm` instead diff --git a/docs/tutorial/use-selenium-and-webdriver.md b/docs/tutorial/using-selenium-and-webdriver.md similarity index 98% rename from docs/tutorial/use-selenium-and-webdriver.md rename to docs/tutorial/using-selenium-and-webdriver.md index 5983ca294284..1aad899fd5d5 100644 --- a/docs/tutorial/use-selenium-and-webdriver.md +++ b/docs/tutorial/using-selenium-and-webdriver.md @@ -1,4 +1,4 @@ -# Use Selenium and WebDriver +# Using Selenium and WebDriver From [chromedriver - WebDriver for Google Chrome][chrome-driver]: