Matt Raible пре 7 година
родитељ
комит
c04487d737
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      README.md

+ 2
- 2
README.md Прегледај датотеку

2
 
2
 
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.
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
 To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
9
 To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
10
 
10