Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/OpenBazaar/smart-contracts.svg?branch=master)](https://travis-ci.org/OpenBazaar/smart-contracts)
<a href='https://coveralls.io/github/OpenBazaar/smart-contracts'><img src='https://coveralls.io/repos/github/OpenBazaar/smart-contracts/badge.svg' alt='Coverage Status' /></a>

This repository contains all open bazaar smart contracts
This repository contains all OpenBazaar smart contracts
## Getting Started

It integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle.
Expand All @@ -11,7 +11,7 @@ It integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum
npm install -g truffle

```
Clone OpenBazaar-SamrtContracts
Clone OpenBazaar-SmartContracts

```sh
git clone https://github.com/OpenBazaar/smart-contracts.git
Expand Down