Update README.md

This commit is contained in:
Marcell Vazquez-Chanlatte 2018-12-19 11:23:16 -08:00 committed by GitHub
parent 74dc779b2d
commit 05404d786e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,8 @@ import mtl
``` ```
There are **two** APIs for interacting with the `mtl` module. Namely, one can specify the MTL expression using: There are **two** APIs for interacting with the `mtl` module. Namely, one can specify the MTL expression using:
1. python operators. 1. [Python Operators][#python-operator-api].
2. string + the parse api. 2. [Strings + The parse API][#string-based-api].
We begin with the Python Operator API: We begin with the Python Operator API: