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

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.