From dcd52d97e0fda2d56a15096484f804fc63715363 Mon Sep 17 00:00:00 2001 From: Jari Pennanen Date: Fri, 19 Jun 2020 14:50:06 +0300 Subject: [PATCH 1/2] Update README.md If you find spelling or other mistakes, please fix. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1d2fd9..b02418c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ There are five main code components of the webview organization: - documentation - testing +Core is consisted of [the main webview repository](https://github.com/webview/webview) which provides the backbone for all the language specific bindings, and eventually each language binding should depend on it for providing similar underlying behavior. + ## Repository Naming Conventions [naming]: naming From b61bee31107657311bc9e8b418a2b85266aace42 Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Fri, 19 Jun 2020 14:17:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02418c..08399ad 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ There are five main code components of the webview organization: - documentation - testing -Core is consisted of [the main webview repository](https://github.com/webview/webview) which provides the backbone for all the language specific bindings, and eventually each language binding should depend on it for providing similar underlying behavior. +Core consists of [the main webview repository](https://github.com/webview/webview) which provides the backbone for all the language specific bindings, and eventually each language binding should depend on it for providing similar underlying behavior. ## Repository Naming Conventions [naming]: naming