You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/anatomy.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
10
10
11
11
# How Lamby Works
12
12
13
-
The quickest way to see Lamby in action is to create a new Rails app via our cookiecutter project template using our <DocLinkid="quick-start" /> guide. This guide will instead outline what is happening within that starter project allowing you to cherry-pick which files and/or practices from our [cookiecutter](https://github.com/rails-lambdagithub.com/rails-lambda/lamby-cookiecutter) project can be applied to your own application(s).
13
+
The quickest way to see Lamby in action is to create a new Rails app via our cookiecutter project template using our <DocLinkid="quick-start" /> guide. This guide will instead outline what is happening within that starter project allowing you to cherry-pick which files and/or practices from our [cookiecutter](https://github.com/rails-lambda/lamby-cookiecutter) project can be applied to your own application(s).
14
14
15
15
:::note
16
16
If you copy any template files without using the cookiecutter, remember to customize the `{% include ... %}` template sections with your own app name and remove the curly bracket sections like these `{{ "..." }}` from various string literals.
0 commit comments