Skip to content

Commit a811819

Browse files
committed
docs: better wording
1 parent 9b64211 commit a811819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/device-id/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# @mongodb-js/device-id
22

3-
Create a consistent, implementation-agnostic hash from a given raw machine ID resolution function. The machine ID resolution function should come from `node-machine-id` or `native-machine-id` depending on the platform. The hash is generated using SHA-256 and is designed to be consistent with the Atlas CLI.
3+
Creates a consistent, implementation-agnostic hash from a given raw machine ID resolution function. The machine ID resolution function should come from `node-machine-id` or `native-machine-id` depending on the platform. The hash is generated using SHA-256 and is designed to be consistent with the Atlas CLI.

packages/device-id/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/device-id",
3-
"description": "Creates a consistent device ID hash across MongoDB tools.",
3+
"description": "Creates a consistent, implementation-agnostic hash from a given raw machine ID resolution function. Designed to be used by MongoDB Tools.",
44
"author": {
55
"name": "MongoDB Inc",
66
"email": "compass@mongodb.com"

0 commit comments

Comments
 (0)