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(); } }