From 7d404565766a27be3ef64a387b2d3f211badb2a0 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 8 May 2022 23:07:47 +0800 Subject: [PATCH] fixed content order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d96a7..af72580 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Here's a more stylish version of [Bash-Oneliner](https://onceupon.github.io/Bash - [Terminal Tricks](#terminal-tricks) - [Variable](#variable) +- [Math](#math) - [Grep](#grep) - [Sed](#sed) - [Awk](#awk) - [Xargs](#xargs) - [Find](#find) - [Condition and Loop](#condition-and-loop) -- [Math](#math) - [Time](#time) - [Download](#download) - [Random](#random)