@@ -37,7 +37,8 @@ To get a list of all loaded modules, you can use the `list` option.
If you don't know how a specific module is called or a module is currently not visible to you and you want search for a software, you can use the `spider` option.
```sh
> module spider
> module spider foo
> module spider foo/1.2.3
```
**Note:***Searching for a module with `spider` is case in-sensitive and also returns partial matches (the search argument is part of an existing module). Further note that `spider` searches in the module name and the description.*