浏览代码

Update README with edits

Roy Clarkson 13 年前
父节点
当前提交
f2682c707a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -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