Skip to content

Commit 169e79a

Browse files
committed
Fix typos in README file
1 parent d3841a9 commit 169e79a

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

README

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CommandAPI-Docs
2+
3+
Documentation for CommandAPI.
4+
5+
## How to build
6+
7+
### Build website
8+
9+
```bash
10+
yarn install
11+
```
12+
13+
```bash
14+
yarn docs:build
15+
```
16+
17+
### Verify reference code
18+
19+
```bash
20+
cd reference-code
21+
mvn verify
22+
```
23+
24+
## License
25+
26+
All things in this repository **EXCEPT** `docs/.vitepress/theme/author/PageAuthors.vue` (this file is licensed under CC BY-NC-SA 4.0 License) is licensed under MIT License.

README.MD

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)