diff --git a/README.md b/README.md index fd44dc5..e254b93 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ and create the connection between your Python interpreter and this session: which will return True once connected. - results = mlab.run_code('a=1;') + results = mlab.run_code('a=1') Should now run that line of code and return a `results` dict into your Python namespace. The `results` dict contains the following fields: