diff --git a/README.org b/README.org index 6b2a5d7..a0f16b3 100644 --- a/README.org +++ b/README.org @@ -29,9 +29,9 @@ After a successful build, you can find the gsearch binary in the target/release To search for citations using gsearch, you need to provide a search term as a command-line argument. Here's an example: #+begin_src shell -./gsearch --search_term "machine learning" +$ ./gsearch --search_term "machine learning" -@book{zhou2021machine, +$ @book{zhou2021machine, title={Machine learning}, author={Zhou, Zhi-Hua}, year={2021}, @@ -61,7 +61,7 @@ gsearch depends on the following libraries: Contributions to gsearch are welcome! If you find a bug or want to suggest an enhancement, you can open an issue on the [[https://gitlab.com/TuDatTr/gsearch/-/issues][GitLab Repository]]. If you would like to contribute code, feel free to submit a pull request. When contributing to gsearch, please follow the existing code style and conventions. Make sure to write clear commit messages and add appropriate tests for your changes. -License +* License This project is licensed under the MIT License. See the [[LICENSE][LICENSE]] file for more information. * Disclaimer