Drop inaccurate numbl description
1 changed file+2−2
src/App.tsxmodified+2−2View file
@@ -32,8 +32,8 @@ function App() {
3232 is <Link href="http://www.qhull.org" target="_blank" rel="noreferrer">Qhull</Link> (the reentrant
3333 {' '}<code>libqhull_r</code>) compiled to WebAssembly, with a small JS API for convex hulls and
3434 Delaunay triangulations — the same engine MATLAB and Octave use, now running in the browser.
35- It was built for <Link href="https://numbl.org" target="_blank" rel="noreferrer">numbl</Link>{' '}
36- (MATLAB in the browser), which uses it to power <code>delaunayn</code> and <code>convhulln</code>.
35+ It was built for <Link href="https://numbl.org" target="_blank" rel="noreferrer">numbl</Link>,
36+ which uses it to power <code>delaunayn</code> and <code>convhulln</code>.
3737 </Typography>
3838
3939 <Paper variant="outlined" sx={{ mb: 2 }}>