mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
docs: fix placeholder formatting in README
This commit is contained in:
parent
1a851d83f7
commit
01a2e7ac43
1 changed files with 4 additions and 3 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
[](https://codecrafters.io/github-banner)
|
[](https://codecrafters.io/github-banner)
|
||||||
|
|
||||||
## Build your own <insert-technology-here>
|
## Build your own `<insert-technology-here>`
|
||||||
|
|
||||||
|
|
||||||
This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
|
This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
|
||||||
|
|
||||||
> *What I cannot create, I do not understand — Richard Feynman.*
|
> *What I cannot create, I do not understand — Richard Feynman.*
|
||||||
|
>
|
||||||
It's a great way to learn.
|
> It's a great way to learn.
|
||||||
|
|
||||||
* [3D Renderer](#build-your-own-3d-renderer)
|
* [3D Renderer](#build-your-own-3d-renderer)
|
||||||
* [Augmented Reality](#build-your-own-augmented-reality)
|
* [Augmented Reality](#build-your-own-augmented-reality)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue