Skip to content

Commit 75e73d5

Browse files
committed
fix(README+deps): better subtext + rename target
* catchier title for dev diary episode 1 * fixed target name for clean, which was 'clean-api', but should have been 'clean-all-api'
1 parent 6d3dc77 commit 75e73d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Click the image below to see the playlist with all project related content:
3030

3131
Each episode sums up one major step in project development:
3232

33-
* [Episode 1](http://youtu.be/2U3SpepKaBE): generating Rust APIs
33+
* [Episode 1](http://youtu.be/2U3SpepKaBE): How to write 78 APIs in 5s
3434

3535
# Build Instructions
3636

src/mako/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ${api_clean}:
127127
% endfor
128128
% endfor
129129

130-
clean${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
130+
clean-all${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
131131
cargo${agsuffix}: ${space_join(2)}
132132
publish${agsuffix}: | gen-all${agsuffix} ${space_join(4)}
133133
gen-all${agsuffix}: ${space_join(0)}

0 commit comments

Comments
 (0)