Explorar el Código

Update TUTORIAL.md

Matt Raible hace 7 años
padre
commit
14da871a6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md Ver fichero

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