diff --git a/README.md b/README.md index 9dc06d8..e15ecd5 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ with MorIOC("mtest") as mor: # creates MTEST:CHAN-IMAGE:FPICTURE, :WIDTH, :HEIGHT while True: - val = random() - pvo.put(val) + val = random() + pvo.put(val) - val = pvi.get() - print(val) + val = pvi.get() + print(val) - val = np.random.random(200).reshape(10, 20) - img.put(val) -``` \ No newline at end of file + val = np.random.random(200).reshape(10, 20) + img.put(val) +```