diff --git a/README.md b/README.md
index cb2066fe1..1cbbc6d03 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,10 @@
# Standard Notes
-### A safe and private place for your life's work.
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
-
-
-[](https://github.com/standardnotes/desktop/releases)
-[](https://github.com/standardnotes/app/blob/main/LICENSE)
+[](https://github.com/standardnotes/app/releases)
[](https://standardnotes.com/slack)
[](https://twitter.com/standardnotes)
@@ -44,7 +40,7 @@ Standard Notes is a dependable environment to do your most important work, inclu
Join us on
- [Discord](https://standardnotes.com/discord)
-- [Twitter](https://twitter.com/StandardNotes).
+- [Twitter](https://twitter.com/StandardNotes)
- [Forum](https://forum.standardnotes.org)
- [Slack](https://standardnotes.com/slack)
@@ -64,12 +60,12 @@ docker run -d -p 3001:3001 --env-file=.env.sample standardnotes/web:stable
You can then access the app at `http://localhost:3001`. It may take a minute for the server to start up.
-### Running Locally
+### Running Web App in Development Mode
2. Clone the repo
3. `yarn install`
-4. `yarn build:web-server`
-5. `yarn start:server:web`
+4. `yarn build:web`
+5. `cd packages/web && yarn start`
6. Open your browser to `http://localhost:3001`.
---