From f5ae332c14dea851bc70601329c6fae4b1da91cd Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Sat, 1 Apr 2017 16:55:35 +0400 Subject: [PATCH] Minor text change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a005843..bfadb34 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

## Table of Contents - 1. [Bash Basics](#1-bash-basics) + 1. [Basics Operations](#1-basic-operations) 1.1. [File Operations](#11-file-operations) 1.2. [Text Operations](#12-text-operations) 1.3. [Directory Operations](#13-directory-operations) @@ -25,7 +25,7 @@ This is first line that you will in bash script files called `shebang`. The sheb #!/bin/bash ``` -# 1. Bash Basics +# 1. Basic Operations ### a. `export` Displays all environment variables and if you want to get detail of specific variable then use `echo $VARIABLE_NAME`