Skip to content

Commit

Permalink
Corrected spelling mistake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Vest Nielsen committed Jan 31, 2024
1 parent 48f5a9e commit 3ff6c96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# renameStudentPapers

Writtin in <a href="https://ziglang.org/">Zig 0.11.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.
Written in <a href="https://ziglang.org/">Zig 0.11.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.

* The binary is statically linked and the only dependencies are the Windows Kernel Dll's (kernel32 and ntdll).

Expand Down
10 changes: 5 additions & 5 deletions README.md.bak
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# renameStudentPapers

Writtin in <a href="https://ziglang.org/">Zig 0.10.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.
Writtin in <a href="https://ziglang.org/">Zig 0.11.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.

* The binary is statically linked and the only dependencies are the Windows Kernel Dll's (kernel32 and ntdll).

## Usage
## Usage

To use, simply place the executable file in a directory with the PDF files downloaded from Aalborg University's Digital Exam (DE). Then, run "renameStudentPapers.exe" to efficiently rename the files. Enjoy the convenience!

## Compile from source
## Compile from source

Compile and run using Zig from a directory with the student papers from the Digital Exam (DE):
Compile and run using Zig from a directory with the student papers from the Digital Exam (DE):

* zig build run
* zig build run

0 comments on commit 3ff6c96

Please sign in to comment.