Skip to content

Commit 07f9c0d

Browse files
📚 docs: Add leading '@' to project name.
1 parent 2ff4ca3 commit 07f9c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const domReady = function (callback) {
1010
domReady(() => {
1111
const projectname = document.createElement('a');
1212
projectname.classList.add('project-name');
13-
projectname.text = 'arithmetic-operations-for/integers-modulo-n-big-endian';
13+
projectname.text = '@arithmetic-operations-for/integers-modulo-n-big-endian';
1414
projectname.href = './index.html';
1515

1616
const header = document.querySelector('header');

0 commit comments

Comments
 (0)