Update README.md

The hyperlink has an extra set of parentheses, which is causing the markdown link syntax to be malformed.

The issue was an extra set of parentheses in the markdown link syntax. The link should now work properly and will direct users to the Calculus with Julia notes website.
This commit is contained in:
Ali Gürbüz 2025-07-21 12:49:32 -07:00 committed by GitHub
parent c5a9ece77c
commit 661267778f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,4 @@
[![Read Notes](https://img.shields.io/badge/docs-latest-blue.svg)](https://jverzani.github.io/CalculusWithJuliaNotes.jl/)
A collection of [notes]((https://jverzani.github.io/CalculusWithJuliaNotes.jl/)) related to using `Julia` in the study of Calculus.
A collection of [notes](https://jverzani.github.io/CalculusWithJuliaNotes.jl/) related to using `Julia` in the study of Calculus.