Skip to content

Commit

Permalink
Updated UserGuide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
leegengyu committed Oct 30, 2018
1 parent 370e449 commit eee4304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ endif::[]

== Acknowledgements

* This application is built on the sample application https://github.com/nusCS2113-AY1819S1/addressbook-level4[Address Book (Level 4)]
* This application is built on the sample application https://github.com/nusCS2113-AY1819S1/addressbook-level4[Address Book (Level 4)].
* Some parts of this sample application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by
_Marco Jakob_.
* Libraries used: https://github.com/TestFX/TestFX[TextFX], https://bitbucket.org/controlsfx/controlsfx/[ControlsFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/google/guava[Guava], https://github.com/junit-team/junit5[JUnit5]
* Libraries used: https://github.com/TestFX/TestFX[TextFX], https://bitbucket.org/controlsfx/controlsfx/[ControlsFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/google/guava[Guava], https://github.com/junit-team/junit5[JUnit5].

== Licence : link:LICENSE[MIT]

10 changes: 5 additions & 5 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= NSync - User Guide
= N*Sync - User Guide
:site-section: UserGuide
:toc:
:toc-title:
Expand All @@ -15,11 +15,11 @@ ifdef::env-github[]
endif::[]
:repoURL: https://github.com/se-edu/addressbook-level4

By: `Team W12-2` Since: `Aug 2018` Licence: `MIT`
By: `CS2113-AY1819S1-W12-2` Since: `Aug 2018` Licence: `MIT`

== Introduction

NSync is a program for NUS students who *strive to keep their lives organised, despite their busy schedules*.
N*Sync is a program for NUS students who *strive to keep their lives organised, despite their busy schedules*.
Interested? Jump to the <<Quick Start>> to get started. Enjoy!

== Quick Start
Expand All @@ -37,7 +37,7 @@ e.g. typing *`help`* and pressing kbd:[Enter] will open the help window.

* *`list`* : lists all contacts
* **`add`**`n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01` : adds a contact named `John Doe` to the Address Book.
* **`delete`**`3` : deletes the 3rd contact shown in the current list
* **`delete`**`3` : deletes contact whose index number is 3
* *`exit`* : exits the app

. Refer to <<Features>> for details of each command.
Expand Down Expand Up @@ -340,7 +340,7 @@ Format: clearNotes
// tag::dataencryption[]
=== Encrypting data files `[coming in v2.0]`

_{explain how the user can enable/disable data encryption}_
Coming to you soon!
// end::dataencryption[]

== FAQ
Expand Down

0 comments on commit eee4304

Please sign in to comment.