diff --git a/new_targets/basic_setup/setup.md b/new_targets/basic_setup/setup.md index d7b5e27..2195623 100644 --- a/new_targets/basic_setup/setup.md +++ b/new_targets/basic_setup/setup.md @@ -9,9 +9,9 @@ EXEC pricing.single_price_call @vol = 9600; ``` -1.) make sure pricing schema is setup -2.) create target table: target_prices.ms.sql -3.) populate targets: target_prices_copy.ms.sql -4.) create history table: lastprice.ms.sql -5.) populate history: make_hist.ms.sql -6.) create proc: single_price_call.ms.sql +1. make sure pricing schema is setup +2. create target table: target_prices.ms.sql +3. populate targets: target_prices_copy.ms.sql +4. create history table: lastprice.ms.sql +5. populate history: make_hist.ms.sql +6. create proc: single_price_call.ms.sql