From 40eae1c4b74322da544953064f7b04a12d695b12 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sat, 11 Jun 2016 21:08:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d818933eb..8ca5c119f 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ After that simply run the below script. In the end you should have a bootable IS cp arch/x86/boot/image.iso ../../../minimal_linux_live.iso cd ../../.. -Note that this produces very small live Linux OS with almost no useful functionality (apart from working shell) and no proper network support. The network support has been handled properly in the [Minimal Linux Live](http://github.com/ivandavidov/minimal) project which is extensively documented and more feature rich, yet still produces very small live Linux ISO image. +Note that this produces very small live Linux OS with working shell and no proper network support. The network support has been implemented properly in the [Minimal Linux Live](http://github.com/ivandavidov/minimal) project which is extensively documented and more feature rich, yet still produces very small live Linux ISO image.