Skip to content

Commit 28ce688

Browse files
committed
Update README.md
1 parent 53feb24 commit 28ce688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for a list of additional functions):
88
* regular expressions
99
* complex, real-complex and complex-real FFT by FFTW (the Fastest Fourier
1010
Transform in the West -- version 2)
11-
* wavelet filtering ("à trou" method)
11+
* wavelet filtering ("*à trou*" method)
1212
* fast convolution along a chosen dimension with various border conditions
1313
* more string functions
1414
* memory hacking routines
@@ -21,9 +21,9 @@ for a list of additional functions):
2121

2222
This distribution of Yeti may come with several extensions (depending
2323
whether corresponding directories exist or not):
24-
* `yeti_fftw` ..... support for FFTW
25-
* `yeti_regex` .... support for POSIX regular expressions
26-
* `yeti_tiff` ..... support for reading TIFF images
24+
* `fftw` ..... support for FFTW
25+
* `regex` .... support for POSIX regular expressions
26+
* `tiff` ..... support for reading TIFF images
2727

2828

2929
## Compilation and Installation

0 commit comments

Comments
 (0)