diff --git a/dangerousfreedom-2023-09.md b/dangerousfreedom-2023-09.md
index 43544a11ace6882b158ed0c09f248856a28ba275..4617d155608ed62e04169a2d5960dca0bfaaf9e8 100644
--- a/dangerousfreedom-2023-09.md
+++ b/dangerousfreedom-2023-09.md
@@ -20,7 +20,7 @@ The end goal of this proposal is to be able to make a basic but broad demonstrat
 
 In order to do so, I would work on the following tasks:
 - Create basic functions for wallet initialization, program flow and terminal handling.
-- Create the basic components of a seraphis_wallet (basically the wallet needs to load/save the KeyContainer, EnoteStore and TransactionHistory components). 
+- Create the basic components of a seraphis_wallet (basically the wallet needs to load/save the `KeyContainer`, `EnoteStore` and `TransactionHistory` components). 
 - Create basic function to fill `EnoteStore` with jberman's scanner.
 - Create functions similar to `create_transaction_2`, `create_transactions_from` on wallet2 and `construct_tx_for_mock_ledger_v1` in seraphis_mock to send a tx.
 - Add entries to `TransactionHistory` when a transaction creation is attempted.