From 05a652250b29b68fdd8bac8deee49bcfd9f2e4e4 Mon Sep 17 00:00:00 2001 From: KARTHIK KUMAR GUPTA <137091753+KARTHIK07GUPTA@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:57:04 +0530 Subject: [PATCH] Update README.md Simple grammar mistake of using (!) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e6353..17df3b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Programmatic representation of the Brilliant movie: INCEPTION by the Genius Director THY name is Christopher Nolan! +Programmatic representation of the Brilliant movie: INCEPTION by the Genius Director THY name is Christopher Nolan. My tribute to Nolan in "C" Language and a bit of assembly (x86) as the inception is done using x86 code morphing so that Fischer wakes up thinking that the thought was originated from his mind. Running the program would unravel the entire sequence in the movie. Reading the code would explain the movie Programmatically. In order to compile the code, just type: `make`