Skip to content

Commit 5d474db

Browse files
committed
updated README.md
1 parent f9367c0 commit 5d474db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ docker run --rm -v $(pwd):/data dbpedia/databus-python-client download https://d
223223

224224

225225
### Upload-and-deploy command
226-
```
226+
```bash
227227
databusclient upload-and-deploy --help
228228
```
229-
```
229+
```text
230230
Usage: databusclient upload-and-deploy [OPTIONS] [FILES]...
231231
232232
Upload files to Nextcloud and deploy to DBpedia Databus.
@@ -275,10 +275,10 @@ databusclient upload-and-deploy \
275275

276276

277277
### deploy-with-metadata command
278-
```
278+
```bash
279279
databusclient deploy-with-metadata --help
280280
```
281-
```
281+
```text
282282
Usage: databusclient deploy-with-metadata [OPTIONS]
283283
284284
Deploy to DBpedia Databus using metadata json file.
@@ -300,7 +300,7 @@ Use the metadata.json file (see [databusclient/metadata.json](databusclient/meta
300300
The script registers all files on the databus.
301301

302302

303-
#### Examples of using deploy command
303+
#### Examples of using deploy-with-metadata command
304304

305305
```bash
306306
databusclient deploy-with-metadata \

0 commit comments

Comments
 (0)