Skip to content

Commit 200abe9

Browse files
committed
docs: Based on -> Initially based on
1 parent 5a861db commit 200abe9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

33
A small [Zig](https://ziglang.org/) ⚡ module meant for making [Firefly Zero](https://fireflyzero.com/) games 🎮
44

5-
Based on [firefly-zig](https://github.com/firefly-zero/firefly-zig)
5+
Initially based on [firefly-zig](https://github.com/firefly-zero/firefly-zig)
66

77
> [!IMPORTANT]
88
> You might want to install the [ff-init](https://github.com/peterhellberg/ff-init) tool and use that instead of manually creating the files for your game.

docs/sources.tar

0 Bytes
Binary file not shown.

src/ff.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! **ff** is a small [Zig](https://ziglang.org/) ⚡ module meant for
22
//! making [Firefly Zero](https://fireflyzero.com/) games 🎮 _(and other apps)_
33
//!
4-
//! _Based on [firefly-zig](https://github.com/firefly-zero/firefly-zig)_
4+
//! _Initially based on [firefly-zig](https://github.com/firefly-zero/firefly-zig)_
55
//!
66
//! #### Examples from <https://play.c7.se/ff/>
77
//!

0 commit comments

Comments
 (0)