Skip to content

Commit 3b22fb4

Browse files
committed
Hotfix: Docs error.
1 parent 346c802 commit 3b22fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Merlin can be installed as a composer dependency as well, this changes how the a
4242
**Add the dependency**
4343

4444
```
45-
composer require salsadigitalorgau/merlin-framework
45+
composer require salsadigitalauorg/merlin-framework
4646
```
4747

4848
## Usage
4949

5050
There are two primary commands: `crawl` and `generate`.
5151

52-
`crawl` will run crawl a domain and find URLs on a domain for migration. [Read the crawler docs](https://salsadigitalauorg.github.io/merlin-framework/docs/crawler) and check the [example](https://github.com/salsadigitalauorg/merlin-framework/blob/master/examples/crawler.yml) for more information.
53-
`generate` will generate structured output based on mapping configuration. [Read the migration docs](https://salsadigitalauorg.github.io/merlin-framework/docs/examples) and check the [example](https://github.com/salsadigitalauorg/merlin-framework/blob/master/examples/basic_page.yml) for more information.
52+
* `crawl` will run crawl a domain and find URLs on a domain for migration. [Read the crawler docs](https://salsadigitalauorg.github.io/merlin-framework/docs/crawler) and check the [example](https://github.com/salsadigitalauorg/merlin-framework/blob/master/examples/crawler.yml) for more information.
53+
* `generate` will generate structured output based on mapping configuration. [Read the migration docs](https://salsadigitalauorg.github.io/merlin-framework/docs/examples) and check the [example](https://github.com/salsadigitalauorg/merlin-framework/blob/master/examples/basic_page.yml) for more information.
5454

5555
To run the framework you need to specify a command (e.g crawl or generate), a configuration yaml file, and a path to the output, e.g:
5656

0 commit comments

Comments
 (0)