Quellcode durchsuchen

Update README with edits

Roy Clarkson vor 13 Jahren
Ursprung
Commit
f2682c707a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      README.md

+ 2
- 2
README.md Datei anzeigen

@@ -1,9 +1,9 @@
1
-This guide walks you through creating a "hello world" [RESTful web service][u-rest] with Spring.
1
+This guide walks you through the process of creating a "hello world" [RESTful web service][u-rest] with Spring.
2 2
 
3 3
 What you'll build
4 4
 -----------------
5 5
 
6
-The service will accept HTTP GET requests at:
6
+You'll build a service that will accept HTTP GET requests at:
7 7
 
8 8
     http://localhost:8080/greeting
9 9