Skip to content

Commit 3fde8a5

Browse files
committed
fix typo readme
1 parent d2e1815 commit 3fde8a5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Swap Electron GUI Wallet
22

33
### Introduction
4-
Swap uses Cryptonote blockchain + Cuckaroo29s POW
4+
Swap uses Cryptonote Privacy Blockchain + Cuckaroo29s (Proof of Work)
5+
56
Stable Network | No Governance Fee | No Premine | No BS
67

78
More information on the project can be found on the [website](https://xwp.one) and in the [github](https://github.com/swap-dev/). Swap is an open source project, and totally driven by communities. We encourage people to offer PR to support a non-premine project.
@@ -23,7 +24,7 @@ npm install -g quasar-cli
2324
git clone https://github.com/swap-dev/swap-electron-gui-wallet
2425
cd swap-electron-gui-wallet
2526
cp path_to_swapd_binaries/swapd bin/
26-
cp path_to_swapd_binaries/swapd-wallet-rpc bin/
27+
cp path_to_swapd_binaries/swap-wallet-rpc bin/
2728
npm install
2829
```
2930

0 commit comments

Comments
 (0)