Skip to content

Commit

Permalink
docs: Update editor and backend links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 13, 2023
1 parent 948dbd9 commit 84ca94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Each backend implements the [Backend trait](./src/domain/models/backend.rs) in i
The following steps should be completed to add a backend:

1. Implement trait for new backend.
2. Update the [BackendName](./src/domain/models/editor.rs) with your new Backend name.
2. Update the [BackendName](./src/domain/models/backend.rs) enum with your new Backend name.
3. Update the [BackendManager](./src/infrastructure/backends/mod.rs) to provide your new backend.
4. Write tests

Expand All @@ -313,7 +313,7 @@ Each editor implements the [Editor trait](./src/domain/models/editor.rs) in its
The following steps should be completed to add an editor:

1. Implement trait for new editor.
2. Update the [EditorName](./src/domain/models/editor.rs) with your new Editor name.
2. Update the [EditorName](./src/domain/models/editor.rs) enum with your new Editor name.
3. Update the [EditorManager](./src/infrastructure/editors/mod.rs) to provide your new editor.
4. Write tests

Expand Down

0 comments on commit 84ca94e

Please sign in to comment.