Skip to content

Commit ed5956e

Browse files
committed
docs: add logo in README.md
1 parent 51bbbc1 commit ed5956e

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Encrypt Storage
1+
<img width="400" style="margin-bottom: 30px;" src="./docs/resources/encrypt-storage-logo.png" />
2+
3+
24
[![npm](https://img.shields.io/npm/dm/encrypt-storage)](https://www.npmjs.com/package/encrypt-storage) [![Code Size](https://img.shields.io/github/languages/code-size/michelonsouza/encrypt-storage)](https://github.com/michelonsouza/encrypt-storage) [![Version](https://img.shields.io/github/package-json/v/michelonsouza/encrypt-storage/master)](https://github.com/michelonsouza/encrypt-storage/blob/master/package.json) [![Build Status](https://img.shields.io/github/workflow/status/michelonsouza/encrypt-storage/NodeJS%20CI)](https://img.shields.io/github/workflow/status/michelonsouza/encrypt-storage/NodeJS%20CI) [![Coverage Status](https://coveralls.io/repos/github/michelonsouza/encrypt-storage/badge.svg)](https://coveralls.io/github/michelonsouza/encrypt-storage) [![License](https://img.shields.io/npm/l/encrypt-storage?color=%230e7fc0&label=license)](https://github.com/michelonsouza/encrypt-storage/blob/master/LICENSE) [![npm published](https://github.com/michelonsouza/encrypt-storage/actions/workflows/release.yml/badge.svg)](https://github.com/michelonsouza/encrypt-storage/actions/workflows/release.yml)
35

46
OBS: This is the new version of Encrypt Storage, it has braking changes that will not be described below. For version `1.3.X` documentation, access this [link](./docs/README_V1.md).

docs/README_V1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const encryptStorage = EncryptStorage('secret_key', {
131131

132132
in your storage:
133133

134-
![storageKeyValue](./docs/resources/storageKeyValue.png)
134+
![storageKeyValue](./resources/storage-key-value.png)
135135

136136
## Global state management persist solutions
137137

24.2 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "encrypt-storage",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Wrapper for encrypted localStorage and sessionStorage in browser",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)