Skip to content

Commit 3b0cf57

Browse files
committed
chore: add cover image to readme
1 parent 8da24f3 commit 3b0cf57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

33
[String interpolation](https://en.wikipedia.org/wiki/String_interpolation) utility that returns the correct `TypeScript` type based on passed in variables.
44

5+
![Library in use with React](docs/cover.png)
6+
7+
> Library used within a React app. Note that the library itself is framework agnostic and could be used in any TypeScript/JavaScript app.
8+
59
## Main features
610

711
- Replaces variables within a string with passed in variables
@@ -23,8 +27,6 @@ This utility aims to provide a high quality string interpolation "primitive" to
2327

2428
Easiest way to get started is to play around with a [React example sandbox](https://codesandbox.io/p/sandbox/typed-string-interpolation-react-example-slpjgp).
2529

26-
> ℹ Note that the library itself is framework agnostic and could be used with anything.
27-
2830
### Install
2931

3032
```bash

docs/cover.png

206 KB
Loading

0 commit comments

Comments
 (0)