Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Mar 4, 2017
1 parent f954eb4 commit 67e7ca4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package and [meghanada-server][].
* Support `Generics`
* Code completion with [company-mode][] (`company-meghanada`)
* Optimize import
* Jump declaration (only project source)
* Jump declaration
* Run [Junit][] test (include test runner)
* Diagnostic reporting with [flycheck][] (`flycheck-meghanada`)

Expand All @@ -46,7 +46,7 @@ Meghanada has been developed Emacs 25.1.1
based on S-expressions. This server, written in java, requires the following
packages to be installed on your system:

* JDK >= 1.8
* JDK 1.8

## Installation

Expand Down Expand Up @@ -186,6 +186,12 @@ See `*meghanada-server-log*` buffer.

* Refactoring

## Contributing

Contributions are extremely welcome!

Please push PR to `dev` branch.

## License

GPL v3, See [LICENSE](LICENSE) file.
Expand Down

0 comments on commit 67e7ca4

Please sign in to comment.