Parcourir la source

Update TUTORIAL.md

Matt Raible il y a 7 ans
Parent
révision
14da871a6c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md Voir le fichier

@@ -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