浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
427b435dd4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      README.md

+ 3
- 2
README.md 查看文件

21
 
21
 
22
 ### Part 0.0 - Generating Project
22
 ### Part 0.0 - Generating Project
23
 * Navigate to [start.spring.io](https://start.spring.io/)
23
 * Navigate to [start.spring.io](https://start.spring.io/)
24
-* Search for `Web` in the `Search for Dependencies` input box
25
-* Search for `DevTools` in the `Search for Dependencies` input box
24
+* In the `Search for Dependencies` input box search for 
25
+	* `DevTools`
26
+	* `Web`
26
 * Select `Generate Project`
27
 * Select `Generate Project`
27
 * After the project has completed downloading, navigate to the download directory and unzip the project folder.
28
 * After the project has completed downloading, navigate to the download directory and unzip the project folder.
28
 * After unzipping the project folder, open the project via its `pom.xml` from IntelliJ > File > Open
29
 * After unzipping the project folder, open the project via its `pom.xml` from IntelliJ > File > Open