From 96d1f1c0527b470e2bdf7aed1a0fad5f4743bfc3 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 4 Dec 2018 13:49:42 +0300 Subject: [PATCH] :memo: Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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' : '