diff --git a/README.md b/README.md index 508ee01..b3f0e34 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For example, this bash command creates directory structure for "Benchmarking" to ```bash -mkdir -p $(date +%y%m%d)_Benchmarking/{presentation,codelabs} +mkdir -p 180920_Benchmarking/{presentation,codelabs} ```