Browse Source

Fix license in README

Matt Raible 7 years ago
parent
commit
c04487d737
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -2,9 +2,9 @@
2 2
 
3 3
 This project is an example application for a typical [Ionic](https://ionicframework.com/) app with a [Spring Boot](https://projects.spring.io/spring-boot/) backend.
4 4
 
5
-You can read about how this application was created in [this tutorial](./TUTORIAL.md). Feel free to copy any code in this project for your own use in accordance with the [MIT license](LICENSE).
5
+You can read about how this application was created in [this tutorial](./TUTORIAL.md). Feel free to copy any code in this project for your own use in accordance with the [Apache license](LICENSE).
6 6
 
7
-**Prerequisites**: Java 8, Node.js, and Maven.
7
+**Prerequisites**: Java 8 and Node.js.
8 8
 
9 9
 To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
10 10