From 408507134720103d830e8636355f5467a95427eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20dBruxelles?= <18559798+jdbruxelles@users.noreply.github.com> Date: Mon, 8 Feb 2021 17:39:59 +0100 Subject: [PATCH] docs: Fix typo (#2996) --- CONTRIBUTING.md | 2 +- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3998dcc..303efa07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ ### Option 2 - CodeSandbox 1. Go to https://codesandbox.io/s/github/excalidraw/excalidraw -1. Connect your Github account +1. Connect your GitHub account 1. Go to Git tab on left side 1. Tap on `Fork Sandbox` 1. Write your code diff --git a/README.md b/README.md index 09baa83a..429464cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Excalidraw logo: Sketch handrawn like diagrams. -

Virtual whiteboard for sketching hand-drawn like diagrams.
Collaborative and end to end encrypted.

+

Virtual whiteboard for sketching hand-drawn like diagrams.
Collaborative and end-to-end encrypted.

Follow Excalidraw on Twitter @@ -50,7 +50,7 @@ Translations will be available on the app if they exceed a certain threshold of ### Create a collaboration session manually -In order to create a session manually you just need to generate a link of this form: +In order to create a session manually, you just need to generate a link of this form: ``` https://excalidraw.com/#room=[0-9a-f]{20},[a-zA-Z0-9_-]{22} @@ -70,12 +70,12 @@ The second set of digits is the encryption key. The Excalidraw server doesn’t Find a growing list of libraries containing assets for your drawings at [libraries.excalidraw.com](https://libraries.excalidraw.com). -## Developement +## Development ### Code Sandbox - Go to https://codesandbox.io/s/github/excalidraw/excalidraw - - You may need to sign in with Github and reload the page + - You may need to sign in with GitHub and reload the page - You can start coding instantly, and even send PRs from there! ### Local Installation @@ -101,15 +101,15 @@ git clone https://github.com/excalidraw/excalidraw.git #### Docker Compose -You can use docker-compose to work on excalidraw locally if you don't want to setup a Node.js env. +You can use docker-compose to work on Excalidraw locally if you don't want to setup a Node.js env. ```sh docker-compose up --build -d ``` -### Self hosting +### Self-hosting -We publish a Docker image with the Excalidraw client at [excalidraw/excalidraw](https://hub.docker.com/r/excalidraw/excalidraw). You can use it to self host your own client under your own domain, on Kubernetes, AWS ECS, etc. +We publish a Docker image with the Excalidraw client at [excalidraw/excalidraw](https://hub.docker.com/r/excalidraw/excalidraw). You can use it to self-host your own client under your own domain, on Kubernetes, AWS ECS, etc. ```sh docker build -t excalidraw/excalidraw . @@ -120,7 +120,7 @@ The Docker image is free of analytics and other tracking libraries. **At the moment, self-hosting your own instance doesn't support sharing or collaboration features.** -We are working towards providing a full-fledged solution for self hosting your own Excalidraw. +We are working towards providing a full-fledged solution for self-hosting your own Excalidraw. ## Contributing