We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38be6a commit 4e0c2f4Copy full SHA for 4e0c2f4
1 file changed
README.md
@@ -39,11 +39,11 @@ You can log into the [FusionAuth admin UI](http://localhost:9011/admin) and look
39
40
### Spring Web complete-app
41
42
-The `complete-app` directory contains a minimal SpringBoot app configured to authenticate with locally running FusionAuth.
+The `complete-application` directory contains a minimal SpringBoot app configured to authenticate with locally running FusionAuth.
43
44
Install the dependencies via the Maven wrapper and run the app server with:
45
```
46
-cd complete-app
+cd complete-application
47
./mvnw package
48
./mvnw spring-boot:run
49
0 commit comments