Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #90 from bwangpj/checkstyle2
Browse files Browse the repository at this point in the history
Fix checkstyle
  • Loading branch information
rayshawntan authored Oct 20, 2023
2 parents 0157a33 + 42f2c59 commit a7d8510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ For information as well as detailed user/developer documentation, check out the

![UI](./docs/images/Ui.png)

This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ title: ConText
![UI](images/Ui.png)


**ConText is a desktop app designed for NUS SoC students to manage their contacts quickly via text commands.**
**ConText is a desktop app designed for NUS SoC students to manage their contacts quickly via text commands.**
While it has a GUI, most of its user interactions happen via a CLI (Command Line Interface).

- If you are interested in using ConText, head over to the [_Quick Start_ section of the **User Guide**](./UserGuide.html#quick-start).
- If you are interested about developing ConText, the [**Developer Guide**](./DeveloperGuide.html) is a good place to start.

**Acknowledgements**

- Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)
- Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)

0 comments on commit a7d8510

Please sign in to comment.