瀏覽代碼

reorg items

jpcaulfi 3 年之前
父節點
當前提交
598ab64eb9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -42,13 +42,13 @@ Regardless of what you may want to add on top of existing Solana programs, the n
     * [x] Repository Layout
     * [ ] Checking Accounts
     * [x] Create an Account
-    * [x] Rent
-    * [x] Transfer SOL
-    * [ ] Stake SOL with a Validator
     * [ ] Assign Data to an Account
+    * [x] Rent
     * [ ] Reallocate an Account's Data
     * [ ] Transfer an Account's Ownership
     * [ ] Destroy an Account
+    * [x] Transfer SOL
+    * [ ] Stake SOL with a Validator
     * [ ] Create a Simple PDA
     * [ ] PDAs Expanded
     * [ ] PDAs as a Database