From 113f93dbf93badf32298faa6ed269e94ddce0986 Mon Sep 17 00:00:00 2001 From: antonkomarev Date: Sat, 18 Jul 2020 15:19:08 +0300 Subject: [PATCH] Cleanup readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 819232c..4777266 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,26 @@ It counts how many times your GitHub profile has been viewed and displays them i Cloud solution launched as 100% free experience. You can [help me cut server costs] if you like this service. -Create your GitHub Profile repository. GitHub magic will happen as soon as you will create a new repository named equally to your username. +### Create GitHub profile repository + +GitHub magic will happen as soon as you will create a new repository named equally to your username. ![](https://user-images.githubusercontent.com/1849174/87251639-cbf0e000-c475-11ea-9c69-7600c78ebe33.png) My profile repository: [https://github.com/antonkomarev/antonkomarev](https://github.com/antonkomarev/antonkomarev) +### Add counter to GitHub profile + You need to add counter in README.md file in your profile repository via Markdown syntax: ```markdown ![](https://komarev.com/ghpvc/?username=your-github-username) ``` -> Don't forget to replace example `username` parameter with real value +> **NOTE**: Don't forget to replace example `username` parameter with real value. -GitHub will proxy this URL via its _camo_ service, so it will look like [https://camo.githubusercontent.com/a9aa69b588bef281647d53091b4faa01ac126121/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d616e746f6e6b6f6d6172657626](https://camo.githubusercontent.com/a9aa69b588bef281647d53091b4faa01ac126121/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d616e746f6e6b6f6d6172657626). -That means I can't track any personal information like User Agent or IP address. Only views counters & timestamp of views are stored. +> GitHub will proxy this URL via its _camo_ service, so it will look like [https://camo.githubusercontent.com/a9aa69b588bef281647d53091b4faa01ac126121/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d616e746f6e6b6f6d6172657626](https://camo.githubusercontent.com/a9aa69b588bef281647d53091b4faa01ac126121/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d616e746f6e6b6f6d6172657626). +> That means I can't track any personal information like User Agent or IP address. Only views counters & timestamp of views are stored. ## License