diff --git a/README.md b/README.md index dab0f4a..6884bc6 100644 --- a/README.md +++ b/README.md @@ -199,8 +199,9 @@ The main file for an addon is **binding.gyp**. Here's a snippet with most of the binding.gyp -* Assume `EXT_LIB` is the name of an Addon Tools compliant binary dependency module. -* Assume `MY_ADDON` is the name of this addon. +* Assume `EXT_LIB` is the name of a binary dependency. +* Assume `deps-EXT_LIB` is the name of an Addon Tools compliant dependency module. +* Assume `MY_ADDON` is the name of this addon's resulting binary. * Assume C++ code goes to `cpp` directory. ``` @@ -210,8 +211,8 @@ The main file for an addon is **binding.gyp**. Here's a snippet with most of the 'cp' : '