Skip to content

Commit dab3852

Browse files
authored
Update README.md
1 parent dd4a39e commit dab3852

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/GetPageSpeed/ngx_immutable.svg?branch=master)](https://travis-ci.org/GetPageSpeed/ngx_immutable)
44
[![Coverity Scan](https://img.shields.io/coverity/scan/GetPageSpeed-ngx_immutable)](https://scan.coverity.com/projects/GetPageSpeed-ngx_immutable)
5+
[![Buy Me a Coffee](https://img.shields.io/badge/dynamic/json?color=blue&label=Buy%20me%20a%20Coffee&prefix=%23&query=next_time_total&url=https%3A%2F%2Fwww.getpagespeed.com%2Fbuymeacoffee.json&logo=buymeacoffee)](https://www.buymeacoffee.com/dvershinin)
56

67
This tiny NGINX module can help improve caching of your public static assets, by setting far future expiration with `immutable` attribute.
78

@@ -20,7 +21,7 @@ Popular frameworks which use cache-busting:
2021

2122
## Synopsis
2223

23-
```
24+
```nginx
2425
http {
2526
server {
2627
location /static/ {
@@ -139,4 +140,4 @@ location /static/ {
139140
immutable off;
140141
}
141142
}
142-
```
143+
```

0 commit comments

Comments
 (0)