Skip to content

Commit 7a64025

Browse files
committed
Edit README.
Fix punctation, change wording and correct case in build from source section.
1 parent 1131060 commit 7a64025

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.adoc

+8-7
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The https://spring.io/[spring.io] site contains several guides that show how to
271271
[[building-from-source]]
272272
== Building from Source
273273

274-
You do not need to build from source to use Spring Data. Binaries are available in https://repo.spring.io[repo.spring.io].
274+
You do not need to build from source to use Spring Data. Binaries are available in https://repo.spring.io[repo.spring.io]
275275
and accessible from Maven using the Maven configuration noted <<maven-configuration,above>>.
276276

277277
NOTE: Configuration for Gradle is similar to Maven.
@@ -281,16 +281,17 @@ Follow this https://start.spring.io/#type=maven-project&language=java&platformVe
281281
to build an imperative application and this https://start.spring.io/#type=maven-project&language=java&platformVersion=2.5.4&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=data-mongodb-reactive[link]
282282
to build a reactive one.
283283

284-
However, if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper]
285-
and minimally JDK 8 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]).
284+
However, if you want to try out the latest and greatest, Spring Data MongoDB can be easily built with the https://github.com/takari/maven-wrapper[Maven wrapper]
285+
and minimally, JDK 8 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]).
286286

287-
In order to build Spring Data MongoDB, first you will need to https://www.mongodb.com/try/download/community[download]
287+
In order to build Spring Data MongoDB, you will need to https://www.mongodb.com/try/download/community[download]
288288
and https://docs.mongodb.com/manual/installation/[install a MongoDB distribution].
289289

290290
Once you have installed MongoDB, you need to start a MongoDB server. It is convenient to set an environment variable to
291-
your MongoDB installation (e.g. `MONGODB_HOME`).
291+
your MongoDB installation directory (e.g. `MONGODB_HOME`).
292292

293-
To run the full test suite a https://docs.mongodb.com/manual/tutorial/deploy-replica-set/[MongoDB Replica Set] is required.
293+
To run the full test suite, a https://docs.mongodb.com/manual/tutorial/deploy-replica-set/[MongoDB Replica Set]
294+
is required.
294295

295296
To run the MongoDB server enter the following command from a command-line:
296297

@@ -331,7 +332,7 @@ In case you need to, you can adjust the `ulimit` with the following command (327
331332
$ ulimit -n 32768
332333
----
333334

334-
You can use `ulimit -a` again to verify the `ulimit` on "_open files_" was set appropriately.
335+
You can use `ulimit -a` again to verify the `ulimit` for "_open files_" was set appropriately.
335336

336337
Now you are ready to build Spring Data MongoDB. Simply enter the following `mvnw` (Maven Wrapper) command:
337338

0 commit comments

Comments
 (0)