Skip to content

Commit 1f20957

Browse files
authored
Changing npm modules by packages
There is a mention to npm modules, but in Java that should be packages ------- cc: @gahl-levy
1 parent 0aba678 commit 1f20957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Now go back to the Azure portal to get your connection string information and co
112112

113113
## Run the console app
114114

115-
1. Run `mvn package` in a terminal to install required npm modules
115+
1. Run `mvn package` in a terminal to install required packages
116116

117117
2. Run `mvn exec:java -D exec.mainClass=GetStarted.Program` in a terminal to start your Java application.
118118

0 commit comments

Comments
 (0)