Skip to content

Commit 408eba7

Browse files
committed
Modify README
1 parent ad24474 commit 408eba7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.org

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
* phpactor.el
1+
* phpactor.el - PHP refactoring and introspection
2+
This package is Emacs interface to [[http://phpactor.github.io/phpactor/][Phpactor]].
3+
4+
**NOTICE**: This package is in development. Since some functions are running, this is released as an /alpha version/.
5+
** Instalation
6+
Please be aware that Phpactor is also in development stage.
7+
A simple installation method is not yet provided, but you can build it using Composer.
8+
** Configuration
9+
See https://phpactor.github.io/phpactor/configuration.html

phpactor.el

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727

2828
;; Phpactor is an intelligent code-completion and refactoring tool for PHP.
2929
;; https://github.com/phpactor/phpactor
30+
;;
31+
;; ## Instalation
32+
;;
33+
;; Please be aware that Phpactor is also in development stage.
34+
;; A simple installation method is not yet provided, but you can build it using Composer.
35+
;;
36+
;; ## Configuration
37+
;;
38+
;; See https://phpactor.github.io/phpactor/configuration.html
39+
;;
3040

3141
;;; Code:
3242
(require 'json)

0 commit comments

Comments
 (0)