Skip to content

Commit 3427c50

Browse files
authored
Merge pull request #101 from eseiler/fix/typos
[FIX] Typos
2 parents 3e4b2e4 + 1e8c664 commit 3427c50

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13-
ignore:
14-
- dependency-name: "PuneetMatharu/cmake-format-lint-action"
13+
ignore:
14+
- dependency-name: "PuneetMatharu/cmake-format-lint-action"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ If you want to build an app, do the following:
6767

6868
0. You need to be signed in with a **GitHub account**.
6969
1. Press the `Use this template`-Button to create your own repository. See [GitHub's documentation](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) for more information.
70-
2. **Wait** for GitHub actions to create a commit in your new repository. The commit message will be `Initialise repository` and it will placeholders in the code. Afterwards, the README in your repository will be customised to your repository, among other things.
70+
2. **Wait** for GitHub actions to create a commit in your new repository. The commit message will be `Initialise repository` and it will replace placeholders in the code. Afterwards, the README in your repository will be customised to your repository, among other things.
7171
<!-- InitDelete -->
7272
---
7373
### :warning: Important :warning:
7474

7575
From here on out, follow the instructions in your repository.
76+
77+
You will probably need to reload your repository page to see the changes.
78+
7679
The instructions below are for the template repository and will not work for your repository.
7780

7881
---
@@ -110,7 +113,7 @@ If you just some quick hands-on experience with SeqAn Libraries, you can also ju
110113
If you want to add a new cpp file (e.g., `tutorial1.cpp`) that is compiled and linked with the current infrastructure, do the following:
111114

112115
1. Create a new file `tutorial1.cpp` in the `src/` directory.
113-
<details><summary>The file content could look like this:</summary
116+
<details><summary>The file content could look like this:</summary>
114117

115118
```cpp
116119
#include <seqan3/core/debug_stream.hpp>

0 commit comments

Comments
 (0)