Browse Source

docs: Update `seeds` feature documentation (#3232)

acheron 1 year ago
parent
commit
122ea2093c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/src/pages/docs/manifest.md

+ 3 - 3
docs/src/pages/docs/manifest.md

@@ -39,15 +39,15 @@ url = "https://api.apr.dev"
 
 ## features
 
-#### seeds
+#### resolution
 
-This tells the IDL to include seed generation for PDA Accounts. The default is `false`
+This tells the IDL to support account resolution. The default is `true`.
 
 Example:
 
 ```
 [features]
-seeds = true
+resolution = true
 ```
 
 ## workspace