From 7bf1d206e1236589a4cb5894648974f248aee0bb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Sep 2018 02:03:41 +0300 Subject: [PATCH] minor doc tweaks... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859d369..920f780 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $ npm install --save generic-walk var walk = require('generic-walk').walk ``` -*Note: This module supports both AMD and node's `require(..)`** +*Note: This module supports both [`requirejs(..)`](https://requirejs.org) and node's `require(..)`**