Skip to content

Commit f8b2bf1

Browse files
Replace 'client' with 'driver' in README
1 parent 2481caa commit f8b2bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please replace every line in curly brackets { like this } with an appropriate an
1717

1818
1. OS (where TypeDB server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
1919
2. TypeDB version (and platform): { e.g. TypeDB 1.4, or TypeDB Cluster 1.4.3 on Google Cloud }
20-
3. TypeDB client: { e.g. client-java, client-python, client-nodejs, or console }
20+
3. TypeDB driver: { e.g. driver-java, driver-python, driver-nodejs, driver-rust, or console }
2121
4. Other environment details:
2222

2323
## Reproducible Steps

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# TypeDB Client RPC (Remote Procedure Call) Protocol
1+
# TypeDB Driver RPC (Remote Procedure Call) Protocol
22

3-
A protocol for implementing a TypeDB client driver, in many popular programming languages, using [GRPC (Google's Remote Procedure Call)](https://grpc.io) framework.
3+
A protocol for implementing a TypeDB driver, in many popular programming languages, using [GRPC (Google's Remote Procedure Call)](https://grpc.io) framework.
44

55
---
66

0 commit comments

Comments
 (0)