From 1e49e1b4369b27460afa7317ade7b300e4ab0b7c Mon Sep 17 00:00:00 2001 From: Haruki Yano Date: Tue, 10 Sep 2024 17:37:48 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- README_JA.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9dd8e8..d96dfa7 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ public static class Example // Apply the layout rules to the addressable asset system. var applyService = new ApplyLayoutRuleService(layoutRule, versionExpressionParser, addressableSettingsAdapter, assetDatabaseAdapter); - applyService.UpdateAllEntries(); + applyService.ApplyAll(); } } diff --git a/README_JA.md b/README_JA.md index 5dd8592..0cc25b8 100644 --- a/README_JA.md +++ b/README_JA.md @@ -597,7 +597,7 @@ public static class Example // Apply the layout rules to the addressable asset system. var applyService = new ApplyLayoutRuleService(layoutRule, versionExpressionParser, addressableSettingsAdapter, assetDatabaseAdapter); - applyService.UpdateAllEntries(); + applyService.ApplyAll(); } }