@@ -154,7 +154,7 @@ by entering the mnemonics right on the device.
154154 from our Seed into software wallets such as the Metamask plugin or the Brave browser, for
155155 example?
156156
157- The =slip39.gui= (and the macOS SLIP39 .App) support output of standard BIP-38 encrypted wallets
157+ The =slip39.gui= (and the macOS SLIP-39 .App) support output of standard BIP-38 encrypted wallets
158158 for Bitcoin-like cryptocurrencies such as BTC, LTC and DOGE. It also outputs encrypted Ethereum
159159 JSON wallets for ETH. Here is how to produce them (from a test secret Seed; exclude =--secret
160160 ffff...= for yours!):
@@ -172,9 +172,9 @@ by entering the mnemonics right on the device.
172172 #+ATTR_LATEX: :width 6in :options angle=0
173173 [[./images/slip39-wallets.png]]
174174
175- ** The macOS =SLIP39 .app= GUI App
175+ ** The macOS =SLIP-39 .app= GUI App
176176
177- If you prefer a graphical user-interface, try the macOS SLIP39 .App. You can run it directly if you
177+ If you prefer a graphical user-interface, try the macOS SLIP-39 .App. You can run it directly if you
178178 install Python 3.9+ from [[https://python.org/downloads][python.org/downlaods]] or using homebrew =brew install
[email protected] = (or
179179 higher, eg.
[email protected] =). Then, start the GUI in a variety of ways:
180180
@@ -779,7 +779,7 @@ by entering the mnemonics right on the device.
779779 #+LATEX: {\scriptsize
780780 #+BEGIN_EXAMPLE
781781 slip39.write_pdfs( ... )
782- #+END_SRC
782+ #+END_EXAMPLE
783783 #+LATEX: }
784784
785785*** =slip39.recover=
@@ -1228,9 +1228,9 @@ by entering the mnemonics right on the device.
12281228 : $ python3 -m slip39.gui # Execute the python slip39.gui module main method
12291229 : $ slip39-gui # Run the main function provided by the slip39.gui module
12301230
1231- *** The macOS =SLIP39 .app= GUI
1231+ *** The macOS =SLIP-39 .app= GUI
12321232
1233- You can build the native macOS =SLIP39 .app= App.
1233+ You can build the native macOS =SLIP-39 .app= App.
12341234
12351235 This requires the official [[https://python.org/downloads][python.org/downloads]] installer; the homebrew
[email protected] will not
12361236 work for building the native app using either =PyInstaller=. (The =py2app= approach doesn't work
0 commit comments