瀏覽代碼

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