aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-26 11:36:15 -0600
committerMarc Coquand <marc@mccd.space>2023-12-26 11:36:15 -0600
commit0a5e6787dc3c3e9bdd8221cd6ad0a74a6f22f5fa (patch)
treed10647672cff47685dbb09ca19dd165a1df60a17
parenta7c556e7a828a9be88e0893987396d652f0f3bde (diff)
downloadfixgen-0a5e6787dc3c3e9bdd8221cd6ad0a74a6f22f5fa.tar.gz
fixgen-0a5e6787dc3c3e9bdd8221cd6ad0a74a6f22f5fa.tar.bz2
fixgen-0a5e6787dc3c3e9bdd8221cd6ad0a74a6f22f5fa.zip
Update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e381d0e..b1a1ae1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Usually wiring up fake test data is a bunch of work, especially when that data is relational. Fixgen helps to alleviate some of that pain by allowing you to very easily generate fixtures that can also reference other fixtures. It also has some nice characteristics:
-- Zero dependencies
+- Single binary without dependencies
- Language agnostic
- Dead simple and fast grammar to generate fixtures in minutes
- Supports relations