docs: use => using

This commit is contained in:
Cheng Zhao 2014-09-13 00:14:24 +08:00
parent 34109fa741
commit 268508764f
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# Use Selenium and WebDriver
# Using Selenium and WebDriver
From [chromedriver - WebDriver for Google Chrome][chrome-driver]: