From 395511f18d583e9af1da3cd19818ca687069237c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 9 Aug 2023 01:06:47 +0900 Subject: [PATCH] chore: fix typo in README.md installlation -> installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b76648a2..aefa0db1d2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Full-stack web application framework that uses Python and MariaDB on the server ### Development * [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script) -* [Development installlation on bare metal](https://frappeframework.com/docs/user/en/installation) +* [Development installation on bare metal](https://frappeframework.com/docs/user/en/installation) ## Contributing