Skip to content

Commit

Permalink
chore(README): remove cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Jul 30, 2022
1 parent 9b9bf67 commit ccc5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ This package adds some missing utilities using `napi` until they are implemented

* `bun-utilities/spawn` - `spawn`, `exec`
* `bun-utilities/fs` - `rmdir`, `copydir`, `copyfile`
* `bun-utilities/os` - `homedir`, `cachedir`, `tempdir`, `hostname`, `platform`, `arch`, `release`, `uptime`, `cpus`, `totalMemory`, `usedMemory`, `availableMemory`, `freeMemory`, `totalSwap`, `usedSwap`
* `bun-utilities/os` - `homedir`, `cachedir`, `tempdir`, `hostname`, `platform`, `arch`, `release`, `uptime`, `totalMemory`, `usedMemory`, `availableMemory`, `freeMemory`, `totalSwap`, `usedSwap`

> You can use this utilities with bun or node

0 comments on commit ccc5cbc

Please sign in to comment.