From ccaaa6de33292489d647343fa9be3d72b3b3bb85 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Wed, 19 Dec 2018 11:24:02 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b749ee7..bafeeee 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ import mtl ``` There are **two** APIs for interacting with the `mtl` module. Namely, one can specify the MTL expression using: -1. [Python Operators][#python-operator-api]. -2. [Strings + The parse API][#string-based-api]. +1. [Python Operators](#python-operator-api). +2. [Strings + The parse API](#string-based-api). We begin with the Python Operator API: