ソースを参照

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