Skip to content

Commit 2f1a9da

Browse files
authored
docs: add logo to readme (#80)
* Add logo * Try no separator * Remove note
1 parent 5162ed7 commit 2f1a9da

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
<div align="center">
2+
<img src="images/logo.png" width="240px" alt="header" />
3+
</div>
4+
15
<h1 align="center">
26
<a href="https://kafkas.github.io/firewalk">
3-
Firewalk
7+
firewalk
48
</a>
59
</h1>
610

711
<p align="center">
812
A light, fast, and memory-efficient collection traversal library for Firestore and Node.js.
913
</p>
1014

11-
---
12-
1315
<p align="center">
1416
<a href="https://github.com/kafkas/firewalk/blob/main/LICENSE">
1517
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Firewalk is released under the MIT license." /></a>
@@ -31,9 +33,6 @@ When you have millions of documents in a collection and you need to make changes
3133

3234
Firewalk is an extremely light and well-typed library that is useful in a variety of scenarios. You can use it in database migration scripts (e.g. when you need to add a new field to all docs) or a scheduled Cloud Function that needs to check every doc in a collection periodically or even a locally run script that retrieves some data from a collection.
3335

34-
**Note**: This library was previously known as Firecode. We're currently in the process of porting over the documentation from the
35-
previous site.
36-
3736
[**Read the introductory blog post ▸**](https://anarkafkas.medium.com/traversing-firestore-collections-efficiently-6e43cea1eefd)
3837

3938
[**View the full documentation (docs) ▸**](https://kafkas.github.io/firewalk)

images/logo.png

206 KB
Loading

0 commit comments

Comments
 (0)