fixed typos

This commit is contained in:
michael1011 2018-03-29 22:54:00 +02:00
parent 6213ced383
commit 6a70a1a914
No known key found for this signature in database
GPG Key ID: 84D249BA71685D46
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ That's it! The only two things you need to take care about is keeping the LND no
First of all make sure [Golang](https://golang.org/) and [Dep](https://github.com/golang/dep) are both correctly installed. Golang version 1.10 or newer is recommended.
```
go get github.com/michael1011/lightningtip.git
cd $GOPATH/src/github.com/michael1011/lightningtip.git
go get github.com/michael1011/lightningtip
cd $GOPATH/src/github.com/michael1011/lightningtip
dep ensure
go install
```

View File

@ -13,7 +13,7 @@
<a>Send a tip via Lightning</a>
<div id="lightningTipInputs">
<input type="number" class="lightningTipInput" id="lightningTipAmount" placeholder="Amount in satoshis">
<input type="number" class="lightningTipInput" id="lightningTipAmount" placeholder="Amount in satoshi">
<br>
<textarea class="lightningTipInput" id="lightningTipMessage" placeholder="A message you want to add" oninput="resizeInput(this)"></textarea>