From 4bfa9fd987cb403f843e021d3c9c859ae22f0c0d Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Sat, 25 Jan 2025 02:38:27 +0100 Subject: [PATCH] docs: Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a170fb12..10956a51 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We are building a python library of procedural dataset generators and algorithmi The goal is to generate virtually infinite data with adjustable complexity. -### How instantiate a task datast? +### How to instantiate a task dataset? Example: @@ -27,7 +27,7 @@ metadata: {'animals': {'sheep': 2, 'dog': 2}, 'total_legs': 16} ... ``` -Availale dataset names (wich can be used with `create_dataset()`): +Available dataset names (which can be used with `create_dataset()`): ``` 'polynomial_equations',