From a07073a13c64bfa74c2e132d161a7dd156e13b02 Mon Sep 17 00:00:00 2001 From: Jamie Peabody Date: Sun, 27 Aug 2023 11:50:00 +0100 Subject: [PATCH] docs: Updated docs with CDN example --- README.md | 2 +- git-conventional-commits.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c5ac6d..a436138 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ https://mergely.com -Mergely is a JavaScript component for differencing and merging files interactively in a browser (diff/merge). It provides a rich API that enables you to easily integrate Mergely into your existing web application. It is suitable for comparing text files online, for example, .txt, .html, .xml, .c, .cpp, .java, etc. +Mergely is a JavaScript component for differencing and merging files interactively in a browser (diff/merge). It provides a rich API that enables you to easily integrate Mergely into your existing web application. It is suitable for comparing text files online, such as .txt, .html, .xml, .c, .cpp, .java, etc. Mergely has a JavaScript implementation of the Longest Common Subsequence (LCS) diff algorithm, and a customizable markup engine. It computes the diff within the browser. diff --git a/git-conventional-commits.json b/git-conventional-commits.json index 3681443..c501c8c 100644 --- a/git-conventional-commits.json +++ b/git-conventional-commits.json @@ -22,6 +22,7 @@ "changelog" : { "commitTypes": [ + "docs", "feat", "fix", "perf",