Skip to content

Commit

Permalink
Rename to HTMLStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Oct 9, 2023
1 parent b54be47 commit 3f838d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "HTML"
name = "HTMLStrings"
uuid = "c47fe496-5789-4377-b1db-55e89f2ee0c6"
authors = ["Dale Black <djblack@uci.edu> and contributors"]
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/HTML.jl → src/HTMLStrings.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HTML
module HTMLStrings

include("./elements.jl")
include("./pluto_utils.jl")
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using HTML
using HTMLStrings
using Test

@testset "HTML Elements" begin
Expand Down

0 comments on commit 3f838d4

Please sign in to comment.