Skip to content

Commit 185ca1e

Browse files
committed
Text fix README.md
1 parent e73b03e commit 185ca1e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ Linux is supported, but I still dont have the automated commands feel free to pa
2424
1) Launch start.bat
2525
2) Execute kv_ping
2626
3) Execute kv_admin
27-
3.1) SHOW TOPOLOGY
27+
1. SHOW TOPOLOGY
2828
4) Execute kv_sql
29-
4.1) Create Database:
30-
CREATE TABLE sequence(
29+
1. Create Database:
30+
* CREATE TABLE sequence(
3131
seqId INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 1 INCREMENT BY 1),
3232
host STRING,
3333
numTest INTEGER,
3434
PRIMARY KEY (seqId)
3535
)
36-
4.2) Insert data:
37-
INSERT INTO sequence (host, numTest) values('localhost',0)
38-
INSERT INTO sequence (host, numTest) values('192.168.1.254',0)
36+
2. Insert data:
37+
* INSERT INTO sequence (host, numTest) values('localhost',0)
38+
* INSERT INTO sequence (host, numTest) values('192.168.1.254',0)
3939
5) Test by app
40-
5.1) Install Visual Studio Code Oracle NoSQL Extension
41-
5.2) Create a new connection
42-
5.3) Host:
40+
1. Install Visual Studio Code Oracle NoSQL Extension
41+
2. Create a new connection
42+
3. Host:
4343
http://localhost:8985
44-
5.4) Namespace must be empty
44+
4. Namespace must be empty
4545

4646

4747
## Useful Links

0 commit comments

Comments
 (0)