Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed May 30, 2023
1 parent b94a0f2 commit 7ebebe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ Playground aims to shift the WordPress learning journey from following screensho

Imagine live Playgrounds that guide users through building their first website, customizing a theme, or setting up an e-commerce store. Furthermore, users would have the freedom to take a detour and explore on their own. The goal is to not to create specific tutorials or apps, but rather to empower developers with the tools necessary to build them.

Key features include support for pre-defining an initial site setup and the ability to provide step-by-step interactive instructions.

Key features include support for pre-defining an initial site setup and the ability to provide step-by-step interactive instructions.

### Learning WordPress Development Through Writing Code

Expand All @@ -106,8 +105,7 @@ Imagine an in-browser code editor with an instant preview of everything you buil

The goal is not to build such a full-featured code editor in Playground, but rather to provide the tools necessary to build one.

Key features include running PHP code in Playground, an abstraction for synchronizing files with a Playground instance, and a PHP binary that supports CLI tools like wp-cli or phpunit.

Key features include running PHP code in Playground, an abstraction for synchronizing files with a Playground instance, and a PHP binary that supports CLI tools like wp-cli or phpunit.

### Instant access to WordPress ecosystem

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The PHP module has its own filesystem separate from your computer's filesystem.

In general, WordPress Playground uses an in-memory virtual filesystem.

However, in Node.js, you can also mount a real directory from the host filesystem into the PHP filesystem.
However, in Node.js, you can also mount a real directory from the host filesystem into the PHP filesystem.

Here's how to interact with the filesystem in WordPress Playground:

Expand Down

0 comments on commit 7ebebe3

Please sign in to comment.