Fix org recursive loading issue.
[ob-php.git] / README
blob3d21b6f1177d5359393db10c56d89ba29fe70051
1 Installation
2 ============
4 I put it in Org-mode contrib/ now.
6 Usage
7 =====
9 You don't need to include `<? ... ?>` in src block now. Like this:
11 ```org
12 #+BEGIN_SRC php
13 echo "Hello, World!\n";
14 #+END_SRC
16 #+RESULTS:
17 : Hello, World!
19 ```