Skip to content

Commit 9fe136a

Browse files
committed
docs(quick-start-guide): put emphasis on what each package does
1 parent 0fd3648 commit 9fe136a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/quick-start-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ When on Linux, one of the following are required:
2525

2626
There are multiple packages for this project, here are the differences:
2727

28-
- `mongodb-memory-server-core` is the main package, which dosnt have any hooks
29-
- `mongodb-memory-server` adds hooks to install on `yarn install` or `npm install` to install the latest package locally
30-
- `mongodb-memory-server-global` adds hooks to install on `yarn install` or `npm install` to install the latest package globally (into $HOME)
31-
- `mongodb-memory-server-global-X.X` adds hooks to install on `yarn install` or `npm install` to install MongoDB with version `X.X` globally (into $HOME)
28+
- `mongodb-memory-server-core` is the main package, which does not have any hooks on install
29+
- `mongodb-memory-server` adds hooks to install on `yarn install` or `npm install` to install the *latest package locally*
30+
- `mongodb-memory-server-global` adds hooks to install on `yarn install` or `npm install` to install the *latest package globally* (into $HOME)
31+
- `mongodb-memory-server-global-X.X` adds hooks to install on `yarn install` or `npm install` to install *MongoDB with version `X.X` globally* (into $HOME)
3232

3333
## Normal Server
3434

0 commit comments

Comments
 (0)