From 62dafe9a7de519a0888dd5da02bc3f5efd797947 Mon Sep 17 00:00:00 2001 From: Kosei Kitahara Date: Fri, 1 Nov 2019 01:04:51 +0900 Subject: [PATCH] Fix wrong heading --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 210b8bc..c31df37 100644 --- a/examples.md +++ b/examples.md @@ -120,7 +120,7 @@ uses: actions/cache@preview ${{ runner.os }}-mix- ``` -### Python - pip +## Python - pip Use with virtual environments.