Skip to content

Commit 06165e5

Browse files
authored
Fix typo in the html generation instructions. (#412)
* Fix typo in the html generation instructions. * Add a code block for the GLFW window pointer. Almost all of the code listed in this chapter uses a c++ code block. The block for the 'GLFWWindow* window' was missing.
1 parent 3e78cbe commit 06165e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ necessary.
124124
Now with the above done, we can generate the static files. Asuming the daux.io
125125
and VulkanTutorial directories are next to each other, go into the `daux.io`
126126
directory and run a command similar to:
127-
`php generate -s ../VulkanTutorial -d ../VulkanTutorial/out`.
127+
`daux generate -s ../VulkanTutorial -d ../VulkanTutorial/out`.
128128

129129
`-s` tells it where to find the documentation, while `-d` tells it where to put
130130
the generated files.

0 commit comments

Comments
 (0)