From c20b97056b3affce3e370da39e06d945fae4ca89 Mon Sep 17 00:00:00 2001 From: Joan Barrull Ribalta Date: Fri, 5 Aug 2022 15:48:53 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ec481..0531ea2 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Ink supports the following Markdown features: - Italic text, by surrounding a piece of text with either an asterisk (`*`), or an underscore (`_`). For example `*Italic text*`. - Bold text, by surrounding a piece of text with either two asterisks (`**`), or two underscores (`__`). For example `**Bold text**`. - Text strikethrough, by surrounding a piece of text with two tildes (`~~`), for example `~~Strikethrough text~~`. -- Inline code, marked with a backtick on either site of the code. +- Inline code, marked with a backtick on either side of the code. - Code blocks, marked with three or more backticks both above and below the block. - Links, using the following syntax: `[Title](url)`. - Images, using the following syntax: `![Alt text](image-url)`.