Skip to content

Commit 43a4f9e

Browse files
authored
docs: Fix typo (#16)
1 parent cca8650 commit 43a4f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![npm version](https://img.shields.io/npm/v/safe-formdata)](https://www.npmjs.com/package/safe-formdata)
66
[![CI](https://github.com/roottool/safe-formdata/actions/workflows/ci.yml/badge.svg)](https://github.com/roottool/safe-formdata/actions/workflows/ci.yml)
7-
[![codecov](https://codecov.io/gh/roottool/safe-formdata/graph/badge.svg)](https://codecov.io/gh/USroottoolER/safe-formdata)
7+
[![codecov](https://codecov.io/gh/roottool/safe-formdata/graph/badge.svg)](https://codecov.io/gh/roottool/safe-formdata)
88

99
safe-formdata is a **security-focused** parser that establishes a predictable boundary between untrusted input and application logic.
1010
It enforces strict rules on keys and forbids structural inference by design.

0 commit comments

Comments
 (0)