Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Aug 5, 2024
1 parent ed40958 commit 1c14e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# machini

> [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/machini/blob/master/LICENSE) ![Programming Language Usage](https://img.shields.io/github/languages/top/jooy2/machini) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/machini) [![npm downloads](https://img.shields.io/npm/dm/machini.svg)](https://www.npmjs.com/package/machini) [![npm latest package](https://img.shields.io/npm/v/machini/latest.svg)](https://www.npmjs.com/package/machini) ![npm maintenance](https://img.shields.io/npms-io/maintenance-score/machini) ![npm quality](https://img.shields.io/npms-io/quality-score/machini) ![minified size](https://img.shields.io/bundlephobia/min/machini) ![github repo size](https://img.shields.io/github/repo-size/jooy2/machini) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2) ![Stars](https://img.shields.io/github/stars/jooy2/machini?style=social)
> [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/machini/blob/master/LICENSE) ![Programming Language Usage](https://img.shields.io/github/languages/top/jooy2/machini) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/machini) [![npm downloads](https://img.shields.io/npm/dm/machini.svg)](https://www.npmjs.com/package/machini) [![npm latest package](https://img.shields.io/npm/v/machini/latest.svg)](https://www.npmjs.com/package/machini) ![minified size](https://img.shields.io/bundlephobia/min/machini) ![github repo size](https://img.shields.io/github/repo-size/jooy2/machini) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2) ![Stars](https://img.shields.io/github/stars/jooy2/machini?style=social)
`machini` is a utility to get hardware information about system devices.

Expand Down Expand Up @@ -65,7 +65,7 @@ console.log(await machineId()); // a642d9e1-6063-4da7-8ea8-2298f989d01d

### `sid (Promise<string>)`

Gets the Secutify Identifier (SID) value for the current user on the device. Throws an error if the value is not obtained.
Gets the Security Identifier (SID) value for the current user on the device. Throws an error if the value is not obtained.

The SID value is only supported on Windows and macOS. Other OSes throw an error.

Expand Down

0 comments on commit 1c14e0b

Please sign in to comment.