소스 검색

Fix license in README

Matt Raible 7 년 전
부모
커밋
c04487d737
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

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