瀏覽代碼

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