Skip to content

Commit

Permalink
Update link to CoffeeScript source in README.md
Browse files Browse the repository at this point in the history
Update the link to the CoffeeScript source in README.md.
  • Loading branch information
mattmenefee committed Feb 6, 2024
1 parent e630a1f commit b905aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A longer example, demonstrating how to invoke the CoffeeScript compiler:
``` ruby
require "execjs"
require "open-uri"
source = open("http://coffeescript.org/extras/coffee-script.js").read
source = URI.open("https://coffeescript.org/browser-compiler-modern/coffeescript.js").read

context = ExecJS.compile(source)
context.call("CoffeeScript.compile", "square = (x) -> x * x", bare: true)
Expand Down

0 comments on commit b905aed

Please sign in to comment.