Skip to content

Commit 82cb393

Browse files
committed
[FAB-4430] - Sample App
Binh comments Incorporate Bret Mihir & David comments incomplete comment, & -> "and" [ci-skip] Change-Id: I7342609dd335de8c461eb973dea1bc9ef0109328 Signed-off-by: Nick Gaski <[email protected]>
1 parent 4aeb567 commit 82cb393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/write_first_app.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ At the most basic level, applications on a blockchain network are what enable
88
users to **query** a ledger (asking for specific records it contains), or to
99
**update** it (adding records to it).
1010

11-
Our application, composed in Javascript, leverages the node.js SDK to interact
11+
Our application, composed in Javascript, leverages the Node.js SDK to interact
1212
with the network (where our ledger exists). This tutorial will guide you through
1313
the three steps involved in writing your first application.
1414

15-
**1. Starting a test fabric blockchain network.** We need some basic components
15+
**1. Starting a test Fabric blockchain network.** We need some basic components
1616
in our Fabric in order to query and update the ledger. These components --
1717
a peer node, ordering node and Certificate Authority -- serve as the backbone of
1818
our network; we'll also have a CLI container used for a few administrative commands.
@@ -23,9 +23,9 @@ the three steps involved in writing your first application.
2323
in different ways. For example, we can read data holistically or on a more granular
2424
level.
2525

26-
**3. Developing the application to be able to query and update fabric records.**
26+
**3. Developing the application to be able to query and update Fabric records.**
2727
We provide two sample applications -- one for querying the ledger and another for
28-
updating it. Our app will use the SDK APIs to interact with the network and
28+
updating it. Our apps will use the SDK APIs to interact with the network and
2929
ultimately call these functions.
3030

3131
After completing this tutorial, you should have a basic understanding of how

0 commit comments

Comments
 (0)