Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit e512696

Browse files
committed
docs: say "super type safe" instead of functional
1 parent 965f1b6 commit e512696

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Known Vulnerabilities](https://snyk.io//test/github/Coder-Spirit/lambda-ioc/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/lambda-ioc?targetFile=package.json)
88
[![Security Score](https://snyk-widget.herokuapp.com/badge/npm/@coderspirit%2Flambda-ioc/badge.svg)](https://snyk.io/advisor/npm-package/@coderspirit/lambda-ioc)
99

10-
> Pure functional (λ) dependency injection 💉 for TypeScript (inspired by Diddly)
10+
> Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)
1111
1212
**NOTE:** This is a "fork" of Tom Sherman's
1313
**[Diddly library](https://github.com/tom-sherman/diddly)**, who deserves most

lambda-ioc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Known Vulnerabilities](https://snyk.io//test/github/Coder-Spirit/lambda-ioc/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/lambda-ioc?targetFile=package.json)
88
[![Security Score](https://snyk-widget.herokuapp.com/badge/npm/@coderspirit%2Flambda-ioc/badge.svg)](https://snyk.io/advisor/npm-package/@coderspirit/lambda-ioc)
99

10-
> Pure functional (λ) dependency injection 💉 for TypeScript (inspired by Diddly)
10+
> Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)
1111
1212
**NOTE:** This is a "fork" of Tom Sherman's
1313
**[Diddly library](https://github.com/tom-sherman/diddly)**, who deserves most

lambda-ioc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": "./dist/cjs/index.js",
1010
"node": "./dist/cjs/index.js"
1111
},
12-
"description": "Pure functional (λ) dependency injection 💉 for TypeScript (inspired by Diddly)",
12+
"description": "Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)",
1313
"keywords": [
1414
"typescript",
1515
"functional",

0 commit comments

Comments
 (0)