diff --git a/README.md b/README.md index 1994bfd..a211a6d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ bool result = jsonDB.Add(new T()); IEnumerable allItems = jsonDB.GetValues(); // DBから特定のアイテムを取得します。 -IEnumerable filteredItems = jsonDB.GetValues((T) => true): +IEnumerable filteredItems = jsonDB.GetValues((T) => true); // ファイルに書き込む jsonDB.Commit();