Skip to content

Commit

Permalink
Github --> GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-browne authored Oct 4, 2024
1 parent e3ce2f5 commit c0bf08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lectures/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Here is a step-by-step guide to using libraries:
* Are you trying to build a web app? Do you need to do something involving multithreading?
* By asking yourself what your objective is, you can better search for the library you need.
2. **Search for a library that matches what you want**
* Github, Stack Overflow, forum posts, and more can help you track down the right library for your project.
* GitHub, Stack Overflow, forum posts, and more can help you track down the right library for your project.
3. **Figure out how to install**
* Does your library come preinstalled? Do you need to use a package manager (e.g. `pip`, `cargo`, `homebrew`, etc)?
* You cannot use a library unless you know how to get it on your machine!
Expand Down

0 comments on commit c0bf08d

Please sign in to comment.