unenv icon indicating copy to clipboard operation
unenv copied to clipboard

Possible README typo

Open AustinGil opened this issue 1 year ago • 1 comments

Should this line in the README say node or nodeless?

https://github.com/unjs/unenv/blob/a09cedd6f8f48a35643ab6a690a1b4e83cfadfe3/README.md?plain=1#L44

The full snippet is

import { env, nodeless } from "unenv";

const envConfig = env(node, {});

AustinGil avatar Mar 14 '24 15:03 AustinGil

It should be

import { env, node } from "unenv";

const envConfig = env(node, {});

PR welcome

TheAlexLichter avatar Mar 15 '24 13:03 TheAlexLichter

fixed by #172

pi0 avatar May 14 '24 22:05 pi0