Skip to content

Commit 0c455f6

Browse files
committed
updated README
1 parent c9f3e85 commit 0c455f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ pip install cs50
2222
l = cs50.get_long(); # Python 2 only
2323
s = cs50.get_string();
2424

25+
# References
26+
27+
- https://github.com/ronsavage/SQL/blob/master/sql-92.bnf#L19-L72
28+
2529
## TODO
26-
* Conditionally install for Python 2 and/or Python 3.
2730
* Add targets for `pacman`, `rpm`.
2831
* Add tests.

0 commit comments

Comments
 (0)