From 5fc27018d5214d90c3423c3bd238b8a15e01105a Mon Sep 17 00:00:00 2001 From: zkpub <96314903+zkpub@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:45:57 +0900 Subject: [PATCH] Update README.md - Small edit "How it works?" --> "How does it work?" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a06d05..01de382 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ __________ - [Windows Subsystem for Linux (known as WSL)](#windows-subsystem-for-linux-known-as-wsl) - - [What is the WSL and how it works ?](#what-is-the-wsl-and-how-it-works-) + - [What is the WSL and how does it work ?](#what-is-the-wsl-and-how-does-it-work-) - [WSL is not a virtual machine !](#wsl-is-not-a-virtual-machine-) - [WSL 1 vs WSL 2](#wsl-1-vs-wsl-2) - [The limits of WSL](#the-limits-of-wsl) @@ -22,7 +22,7 @@ __________ - [Some useful commands](#some-useful-commands) - [Appendix - Sources and References](#appendix---sources-and-references) -## What is the WSL and how it works ? +## What is the WSL and how does it work ? The WSL for **W**indows **S**ubsystem for **L**inux is a compatibility layer developed by Microsoft for running Linux binaries natively (ELF format) in a console environment on Windows 10 and Windows 11. This ingenious technology provides a Linux-compatible kernel interface and can interact directly with the Windows operating system with performances very close to a native Linux distribution. Moreover, it allows a user to choose a Linux distribution to install directly from the Microsoft Store (more info in below).