소스 검색

Update TUTORIAL.md

Matt Raible 7 년 전
부모
커밋
14da871a6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md 파일 보기

@@ -9,7 +9,7 @@ This tutorial shows how to build a secure Spring Boot API with Stormpath. It als
9 9
 Create your Spring Boot API project using [start.spring.io](https://start.spring.io).
10 10
 
11 11
 ```
12
-http https://start.spring.io/starter.zip \/
12
+http https://start.spring.io/starter.zip \
13 13
 dependencies==data-jpa,data-rest,h2,web,devtools,security,stormpath -d
14 14
 ```
15 15