From d375c8f214c497b3b94292e722f16716cf901997 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Thu, 20 Jul 2017 16:20:40 -0500 Subject: [PATCH] chore: indicate beta in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d423cb..da6fc96 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ License

-

npm i nexe -g

+

npm i nexe@beta -g

Nexe is a command-line utility that compiles your Node.js application into a single executable file.

@@ -25,7 +25,7 @@ - Flexible build pipeline - Cross platform builds -## Usage +## Usage (Beta) *Note: V2 API is still subject to change. * For v1 see [V1-EOL](https://github.com/nexe/nexe/tree/V1-EOL)