From 63d4b46a4190a749c2713a473330b3a4adb6fd04 Mon Sep 17 00:00:00 2001 From: Aloys <16886290+trolologuy@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:19:02 +0100 Subject: [PATCH] Fix typos (#363) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a81bb69..2a9b530f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Opengist -Opengist is a **self-hosted** pastebin **powered by Git**. All snippets are stored in a Git repository and can be +Opengist is a **self-hosted** Pastebin **powered by Git**. All snippets are stored in a Git repository and can be read and/or modified using standard Git commands, or with the web interface. -It is similiar to [GitHub Gist](https://gist.github.com/), but open-source and could be self-hosted. +It is similar to [GitHub Gist](https://gist.github.com/), but open-source and could be self-hosted. [Home Page](https://opengist.io) • [Documentation](https://opengist.io/docs) • [Discord](https://discord.gg/9Pm3X5scZT) • [Demo](https://demo.opengist.io) @@ -20,7 +20,7 @@ It is similiar to [GitHub Gist](https://gist.github.com/), but open-source and c * Create public, unlisted or private snippets * [Init](/docs/usage/init-via-git.md) / Clone / Pull / Push snippets **via Git** over HTTP or SSH * Syntax highlighting ; markdown & CSV support -* Search code in snippets ; browse users snippets, likes and forks +* Search code in snippets; browse users snippets, likes and forks * Embed snippets in other websites * Revisions history * Like / Fork snippets