소스 검색

Update README.md

Git-Leon 6 년 전
부모
커밋
427b435dd4
No account linked to committer's email
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      README.md

+ 3
- 2
README.md 파일 보기

@@ -21,8 +21,9 @@
21 21
 
22 22
 ### Part 0.0 - Generating Project
23 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 27
 * Select `Generate Project`
27 28
 * After the project has completed downloading, navigate to the download directory and unzip the project folder.
28 29
 * After unzipping the project folder, open the project via its `pom.xml` from IntelliJ > File > Open