From 5df983c388f671f82379bb51998ac0e15df23395 Mon Sep 17 00:00:00 2001 From: timesince Date: Thu, 10 Apr 2025 15:39:39 +0800 Subject: [PATCH] chore: fix typo in DEVELOPMENT.md (#720) Signed-off-by: timesince --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0dee5721..1306fbc9 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -83,7 +83,7 @@ just test ### Running Integration Tests ```bash -just itest REDB/SQLITE/MEMEORY +just itest REDB/SQLITE/MEMORY ``` NOTE: if this command fails on macos change the nix channel to unstable (in the `flake.nix` file modify `nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";` to `nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";`)