Skip to content

Commit 4fd5e82

Browse files
authored
Merge pull request #8 from peerism/feat/truffle-box
docs: Update to v1.0.0 for Truffle Box release
2 parents 670b769 + 7b4fc4d commit 4fd5e82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ganache-cli --account '0x0000000000000000000000000000000000000000000000000000000
152152
```
153153
154154
* Attach to EthereumJS TestRPC using Go Ethereum (Geth)
155-
* [Install Geth]
155+
* [Install Geth](https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Mac)
156156
157157
* Start Geth JavaScript console
158158

ethpm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "truffle-box-peerism-api-node-express",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Truffle Box of Peerism API built with Truffle, Node.js, Express.js,
55
Solidity, Ether Pudding, and Ethereum TestRPC",
66
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peerai-api",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"author": "Luke Schoen",
66
"license": "MIT",

0 commit comments

Comments
 (0)