From 29d0e053b39f0c6cb2e9235c6767eef81a4deeae Mon Sep 17 00:00:00 2001 From: ray hatfield Date: Thu, 29 Jun 2017 12:23:05 -0500 Subject: [PATCH] change npm_modules to node_modules in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b5226..c02aa8f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Make an empty project directory somewhere convenient for you, [download this fil `npm install twit` -This installs some code to the `npm_modules` subdirectory, which you don't need to worry about. (It's Twit, the library that lets us talk to Twitter.) +This installs some code to the `node_modules` subdirectory, which you don't need to worry about. (It's Twit, the library that lets us talk to Twitter.) ## Connecting to Twitter