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

Commit d41bd50

Browse files
committed
Mention that the core was split off
1 parent e921f9c commit d41bd50

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,13 @@ <h2 id="what-is-it-really">Wait, now I'm confused, what is it really?</h2>
341341
<h2 id="is-it-really-exclusive-to-atom">Is it really exclusive to Atom?</h2>
342342
<p>
343343
The packages and CoffeeScript parts are dependent on Atom, but the PHP side, which does the heavy lifting,
344-
is not dependent on Atom at all. The PHP side was originally part of the base Atom package, but is
345-
<a href="https://github.com/php-integrator/core">in the process</a> of being split off into a separate
346-
repository for reuse.
344+
is not dependent on Atom at all. The PHP side was originally part of the base Atom package, but
345+
<a href="https://github.com/php-integrator/core">has been split off into a separate repository for reuse</a>.
346+
</p>
347+
348+
<p>
349+
I currently have no plans to support other editors or IDE's than Atom myself, but am certainly willing to
350+
help out other developers looking to use the core in other editors or IDE's.
347351
</p>
348352

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

0 commit comments

Comments
 (0)