git.fiddlerwoaroof.com
Browse code

feat(readme): add npm shield

Edward Langley authored on 26/03/2022 06:20:49
Showing 1 changed files
... ...
@@ -5,6 +5,8 @@
5 5
 
6 6
 * What is this?
7 7
 
8
+[[https://www.npmjs.com/package/js-generic-functions][https://img.shields.io/npm/v/js-generic-functions.svg]]
9
+
8 10
 An implementation of generic functions based on CLOS and the protocols
9 11
 defined in the Art of the Metaobject protocol, adapted for JS.  These
10 12
 adaptations include using the prototype chain instead of classes and