From fd0406694059238d3a1a03a859b631c6ae5ee95c Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 15 Jul 2021 18:21:18 +1000 Subject: [PATCH] Minor fix --- src/bcf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bcf/README.md b/src/bcf/README.md index 51f19c7afe..e7a5208ba3 100644 --- a/src/bcf/README.md +++ b/src/bcf/README.md @@ -13,7 +13,7 @@ is available via `bcfapi.py`. The `bcfxml` module lets you interact with the BCF-XML standard. -``` +```python from bcf import bcfxml @@ -65,7 +65,7 @@ bcfxml.edit_topic(topic) The `bcfapi` module lets you interact with the BCF-API standard. -``` +```python from bcf.v3.bcfapi import Client client_id = "YOUR_CLIENT_ID"