From 382e3835b293215561ccc936ecec469515ba3488 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 4 Jan 2023 14:59:44 +0600 Subject: [PATCH] Update instruction for external project section --- README.md | 2 +- gitprofile.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cca5d7a..2298efc 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ const config = { to: '2014', }, ], - // To hide the `Other Projects` section, keep it empty. + // To hide the `My Projects` section, keep it empty. externalProjects: [ { title: 'Project Name', diff --git a/gitprofile.config.js b/gitprofile.config.js index 2815301..3a96094 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -83,7 +83,7 @@ const config = { }, ], - // To hide the `Other Projects` section, keep it empty. + // To hide the `My Projects` section, keep it empty. externalProjects: [ { title: 'Project Name',