Skip to content

Commit 8fc20e6

Browse files
committed
Fix caps and punctuation in RPC section
1 parent d40ba34 commit 8fc20e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,12 +1424,12 @@ POST /anotheroperation
14241424

14251425
RPC is focused on exposing behaviors. RPCs are often used for performance reasons with internal communications, as you can hand-craft native calls to better fit your use cases.
14261426

1427-
Choose a Native Library aka SDK when:
1427+
Choose a native library (aka SDK) when:
14281428

14291429
* You know your target platform.
1430-
* You want to control how your "logic" is accessed
1431-
* You want to control how error control happens off your library
1432-
* Performance and end user experience is your primary concern
1430+
* You want to control how your "logic" is accessed.
1431+
* You want to control how error control happens off your library.
1432+
* Performance and end user experience is your primary concern.
14331433

14341434
HTTP APIs following **REST** tend to be used more often for public APIs.
14351435

0 commit comments

Comments
 (0)