From 6f2f64ce078214bcddc6a1422caaa367455b1e0f Mon Sep 17 00:00:00 2001 From: nsbalbi <60553434+nsbalbi@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:48:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c482d22..af3a20f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va -The code is sufficiently optimized so that 100+ calls to mie/rayleigh_scattering can occur in under a second. See mie_vs_rayleigh_l_star for an example of such, the results of which are shown below. +The code is sufficiently optimized so that 100+ calls to mie/rayleigh_scattering can occur in under a second. See mie_vs_rayleigh_l_star.py for an example of such, the results of which are shown below.