From a1fa40a047f991a029559bbfac39e8a77f434854 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 30 May 2018 21:42:09 +0200 Subject: [PATCH] Remove "Part 1" #157 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eff081..c0ef132 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ * [**C**: _Tutorial - Write a Shell in C_](https://brennan.io/2015/01/16/write-a-shell-in-c/) * [**C**: _Let's build a shell!_](https://github.com/kamalmarhubi/shell-workshop) -* [**C**: _Writing a UNIX Shell - Part I_](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/) +* [**C**: _Writing a UNIX Shell_](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/) * [**Ruby**: _A Unix Shell in Ruby_](https://www.jstorimer.com/blogs/workingwithcode/7766107-a-unix-shell-in-ruby) #### Build your own `Template Engine`