diff --git a/README.md b/README.md index 2eedc02..99fe639 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ A javascript scratchpad similar to Electron Fiddle or CodePen. -Download the latest release [here](https://github.com/socketsupply/socket-app-studio/releases). +- VSCode-stlye Intellisense for all Socket Runtime and Browser APIs. +- Build native apps for Android, iOS, and desktop. +- Evaluate the code or the selection in the editor. +- Live-reload (currently for desktop only, simulator/emulator next). # DESCRIPTION @@ -10,3 +13,4 @@ This is an editor that evaluates your source text and builds a sample project. I you to explore and test Socket Runtime APIs. ![screenshot](docs/screenshot.png) +![screenshot](docs/screenshot2.png) diff --git a/docs/screenshot2.png b/docs/screenshot2.png new file mode 100644 index 0000000..eb55540 Binary files /dev/null and b/docs/screenshot2.png differ