fix: readme #1

Merged
Sakurai merged 1 commits from dev_0.2 into master 2024-08-12 12:09:54 +09:00
Showing only changes of commit 39561ef837 - Show all commits

View File

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