Skip to content

Commit 5682241

Browse files
authored
README: fix broken contributing link (sql-js#473)
* README: fix broken contributing link * CONTRIBUTING: fix numbered list
1 parent 05f66ee commit 5682241

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To get started:
2727
3. Open the repository folder in VSCode. It will detect the presence of a .devcontainer and prompt you: "Folder contains a Dev Container configuration file. Reopen folder to develop in a container." Click "Reopen in container"
2828

2929
You're now ready to test the dev environment:
30+
3031
4. Click on Terminal->New Terminal to be dropped into a terminal inside the dev environment.
3132
5. Run `$ npm install` to install the required modules
3233
6. Run `$ npm test` to ensure all tests pass

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ For each [release](https://github.com/sql-js/sql.js/releases/), you will find a
327327

328328
General consumers of this library don't need to read any further. (The compiled files are available via the [release page](https://github.com/sql-js/sql.js/releases).)
329329

330-
If you want to compile your own version of SQLite for WebAssembly, or want to contribute to this project, see [CONTRIBUTING.md](docs/CONTRIBUTING.md).
330+
If you want to compile your own version of SQLite for WebAssembly, or want to contribute to this project, see [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)