Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 1632354

Browse files
committed
Update information regarding the PHP core
1 parent 7564eef commit 1632354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,9 @@ <h2 id="what-is-it-really">Wait, now I'm confused, what is it really?</h2>
340340
<h2 id="is-it-really-exclusive-to-atom">Is it really exclusive to Atom?</h2>
341341
<p>
342342
The packages and CoffeeScript parts are dependent on Atom, but the PHP side, which does the heavy lifting,
343-
is not dependent on Atom at all. One can just extract out the PHP code and build a plugin or extension
344-
for another editor around it (in the future it might even be extracted into a separate repository).
343+
is not dependent on Atom at all. The PHP side was originally part of the base Atom package, but is
344+
<a href="https://github.com/php-integrator/core">in the process</a> of being split off into a separate
345+
repository for reuse.
345346
</p>
346347

347348
<h2 id="where-is-the-code">Where is the code?</h2>

0 commit comments

Comments
 (0)