Chris Beams 13 anni fa
parent
commit
7ad616d043
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      README.md

+ 2
- 1
README.md Vedi File

@@ -21,7 +21,7 @@ What you'll need
21 21
 
22 22
  - About 15 minutes
23 23
  - A favorite text editor or IDE
24
- - [JDK 7][jdk7] or better
24
+ - [JDK 7][jdk7] or later
25 25
  - Your choice of Maven (3.0+) or Gradle (1.5+)
26 26
 
27 27
 
@@ -284,6 +284,7 @@ $ gradle build
284 284
 ```
285 285
 </span>
286 286
 
287
+
287 288
 Run the service
288 289
 ---------------
289 290