Skip to content

Commit

Permalink
[FAB-18034] Improve FabCar docs , Fix queryAllCars description
Browse files Browse the repository at this point in the history
Improved FabCar docs with clearer separation about Application and Smart Contract description.

Signed-off-by: Sijo Cherian <sijo@ibm.com>
  • Loading branch information
Sijo Cherian authored and denyeart committed Jun 29, 2020
1 parent f743289 commit 3ee83a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ blockchain.

**About FabCar**

The FabCar sample demonstrates functionality to query `Car` (our sample business object)
The FabCar sample demonstrates how to query `Car` (our sample business object)
saved on the ledger, and how to update the ledger (add a new `Car` to the ledger).
It involves building two components:
1. Sample application: This will make calls to the blockchain network, invoking transactions
It involves following two components:
1. Sample application: which makes calls to the blockchain network, invoking transactions
implemented in the smart contracts.
2. Smart contract itelf, implementing the transactions that involve interactions with the
ledger.
Expand Down Expand Up @@ -118,7 +118,7 @@ put initial data on the ledger.

Sample application
^^^^^^^^^^^^^^^^^^
First component of FabCar, the sample application is available in following languages:
First component of FabCar, the sample application, is available in following languages:
* [Golang](https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/fabcar/go)
* [Java](https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/fabcar/java)
* [JavaScript](https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/fabcar/javascript)
Expand Down

0 comments on commit 3ee83a7

Please sign in to comment.