Skip to content

Commit ae74216

Browse files
authored
Update README.dev.md
1 parent 496f589 commit ae74216

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The notes about how we came to this technology stack, design and personas can be
2222

2323
```shell
2424
# clone this repository
25-
git clone https://github.com/citation-file-format/cffinit
25+
git clone https://github.com/citation-file-format/cff-initializer-javascript
2626
# change directory
2727
cd cffinit
2828
```
@@ -99,8 +99,8 @@ This section describes how to make a release in 2 parts:
9999
3. By running `npm run lint` make sure the linter does not complain
100100
4. Run the unit tests with `npm run test:unit:ci`
101101
5. Make sure that github.io page is up to date
102-
6. Check whether the [Publish](https://github.com/citation-file-format/cffinit/actions/workflows/publish.yml) workflow worked recently and it was successful
102+
6. Check whether the [Publish](https://github.com/citation-file-format/cff-initializer-javascript/actions/workflows/publish.yml) workflow worked recently and it was successful
103103

104104
### (2/2) GitHub
105105

106-
Make a [release on GitHub](https://github.com/citation-file-format/cffinit/releases/new).
106+
Make a [release on GitHub](https://github.com/citation-file-format/cff-initializer-javascript/releases/new).

0 commit comments

Comments
 (0)