From 0ee4ab0e990bbc754759e8e8f4d812cc225dfde9 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Thu, 2 Apr 2020 16:27:07 -0700 Subject: [PATCH] doc: fix supported version comment on README Signed-off-by: Matheus Marchini --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 216f0ba3..b000473c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![coverage](https://img.shields.io/coveralls/github/nodejs/llnode/master?style=flat-square)](https://coveralls.io/github/nodejs/llnode) -Node.js v4.x+ C++ plugin for the [LLDB](http://lldb.llvm.org) debugger. +Node.js v10.x+ C++ plugin for the [LLDB](http://lldb.llvm.org) debugger. The llnode plugin adds the ability to inspect JavaScript stack frames, objects, source code and more to the standard C/C++ debugging facilities when working