Skip to content

Commit 8c29247

Browse files
committed
README update
1 parent 663254b commit 8c29247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This counter is intended for use in GitHub README markdown files. It has the fol
55
* It is accessed in a `<img>` tag in the markdown file.
66
* It will only count for specified IDs. IDs are a means to identify which README was viewed.
77
* It does **not** display the current count. This is intentional.
8-
* It's *small*, less than **120kb** in size.
8+
* It's *small*, less than **115kb** in size.
9+
* Code + JSON = **~4k**
10+
* Images = **~111k** - The only reason it's this big is because of the "error" images, they're supposed to be obvious. The actual image that used in counting is less than 1k in size.
911

1012
## Run Time Requirements
1113

@@ -138,6 +140,7 @@ Other than a "normal view" here are somethings that will trigger the counter:
138140

139141
* Check the IP address of the viewer, if found in a configurable *known IP list* the count is not incremented.
140142
* **NOTE**: When a markdown file with this hit counter is viewed *through* GitHub the IP address will always be within a specific range owned by GitHub.
143+
* One of my other utilites, [getfqdnip](https://github.com/jxmot/getfqdnip) could be part of the solution.
141144

142145
## Other Uses
143146

0 commit comments

Comments
 (0)