Skip to content

Commit 68f3c81

Browse files
committed
πŸ“ Update readme
1 parent f55a3bc commit 68f3c81

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

β€Žreadme.md

+30-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
11
# Eloquent JavaScript
22

3-
All the code here uses Deno, instead of Node.js.
3+
[Read the book for free!](https://eloquentjavascript.net) πŸ“–
44

5-
My internet just gone and I just found I had Eloquent JavaScript downloaded sooo
5+
I solved the exercises using TypeScript and Test Driven Development.
66

7-
I will update the test to use std/testing.ts as soon my internet is back.
7+
> [A cool TDD Tutorial](https://github.com/dwyl/learn-tdd)
88
9-
## Test Driven Development
9+
## Documentation
1010

11-
I love test driven development.
11+
Is hosted on
12+
[Deno Doc](https://doc.deno.land/https://deno.land/x/eloquent/mod.ts) πŸ“„
1213

13-
> Not really
14+
## Support
1415

15-
The book doesn't talk about testing (Or I don't get to that part yet) but I
16-
implemented tests for every challenge and followed the TDD method.
16+
Open an Issue, I will check it a soon as possible πŸ‘€
1717

18-
> Write tests first, and write code that passes them.
18+
If you want to hurry me up a bit
19+
[send me a tweet](https://twitter.com/UltiRequiem) πŸ˜†
1920

20-
## License
21+
Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
22+
my work πŸ™
2123

22-
Licensed under the MIT License.
24+
Don't forget to start the repo ⭐
25+
26+
## Versioning
27+
28+
We use [Semantic Versioning](http://semver.org). For the versions available, see
29+
the [tags](https://github.com/UltiRequiem/eloquent/tags) 🏷️
30+
31+
## Authors
32+
33+
[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer πŸ’ͺ
34+
35+
See also the full list of
36+
[contributors](https://github.com/UltiRequiem/eloquent/contributors) who
37+
participated in this project ✨
38+
39+
## Licence
40+
41+
Licensed under the MIT License πŸ“„

0 commit comments

Comments
Β (0)