diff --git a/README.md b/README.md
index d38f4de8..705f660b 100644
--- a/README.md
+++ b/README.md
@@ -2,28 +2,31 @@
-
Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
-
-
-
+ Excalidraw is a whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel.
+
+
+
+
+
+
+
+
## Try it now
-Go to https://excalidraw.com to start sketching
+Go to https://excalidraw.com to start sketching.
## Testimonials
-
+
-
-
## Run the code
### Code Sandbox
@@ -46,7 +49,7 @@ git clone https://github.com/excalidraw/excalidraw.git
| Command | Description |
| ------------------- | --------------------------------- |
| `npm install` | Install the dependencies |
-| `npm run start` | Run the project |
+| `npm start` | Run the project |
| `npm run fix` | Reformat all files with Prettier |
| `npm run test:code` | Test for formatting with Prettier |
| `npm run test:app` | Test the app |
@@ -54,7 +57,9 @@ git clone https://github.com/excalidraw/excalidraw.git
## Contributing
-Pull requests are welcome. For major changes, please open an [issue](https://github.com/excalidraw/excalidraw/issues) first to discuss what you would like to change.
+Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change.
+
+To translate Excalidraw into other languages, please visit [our Crowdin page](https://crowdin.com/project/excalidraw). To add a new language, open an issue so we can get things set up on our end first.
You can also discuss the app on our [Gitter channel](https://gitter.im/excalidraw/community).
@@ -62,7 +67,8 @@ You can also discuss the app on our [Gitter channel](https://gitter.im/excalidra
- [React](https://reactjs.org)
- [Rough.js](https://roughjs.com)
-- [ZEIT Now](https://zeit.co/)
+- [TypeScript](https://typescriptlang.org)
+- [ZEIT Now](https://zeit.co)
And the main source of inspiration for starting the project is the awesome [Zwibbler](https://zwibbler.com/demo/) app.