0xNineteen před 3 roky
rodič
revize
7442d55bce
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,5 +1,7 @@
 # Uniswap V2 AMM implemented in Anchor
 
+- `draft.rs`: outline of program with comments -- drafted before implementation 
+
 ## Supported Instructions 
 
 - `programs/ammv2/src/`
@@ -7,7 +9,6 @@
         - `init_pool.rs`: initialize a new pool
         - `liqduidity.rs`: add and remove liquidity 
         - `swap.rs`: perform a token swap 
-    - `draft.rs`: outline of program with comments -- drafted before implementation 
 
 ## Implemented Tests