diff --git a/README.md b/README.md index c9fa769..6f5c345 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/auto-syntax-e/main.svg)](https://codecov.io/gh/jsmaniac/auto-syntax-e) [![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/auto-syntax-e) [![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/auto-syntax-e/) -[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/auto-syntax-e/issues) +[![Maintained as of 2021,](https://img.shields.io/maintenance/yes/2021.svg)](https://github.com/jsmaniac/auto-syntax-e/issues) [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/) auto-syntax-e ============= -For racket syntax pattern variables: instead of raising an error, `x` is roughly equivalent to `(syntax->datum #'x)`. \ No newline at end of file +For racket syntax pattern variables: instead of raising an error, `x` is roughly equivalent to `(syntax->datum #'x)`.