From 000a0632961752e447421a678be0ef63aa574e7c Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Mon, 9 Sep 2024 11:58:55 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a0b903..e01706c6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ python setup.py install --help This example (modified from `ex1.cpp`) solves the Poisson equation, $$\nabla \cdot (\alpha \nabla u) = f$$ in a square and plots the result using matplotlib. -Use the badge above to open this in Binder. +Use the badge above to open this in Colab. ```python import mfem.ser as mfem