From 6da9a96441fe788d81a7e4b8c44e681f5d66d839 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 18 Mar 2019 22:45:34 -0400 Subject: [PATCH] Update README API example Update README API example to show import properly per #65. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1f8101..99f99cf 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ shaping the API. A simple usage might go something like this: -``` -import sucks +```python +from sucks import * config = ...