Skip to content

Commit

Permalink
More Revise-friendly "README injection"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 26, 2019
1 parent c80eb28 commit 21d1adc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Aqua.jl
@@ -1,8 +1,9 @@
module Aqua

@doc let path = joinpath(dirname(@__DIR__), "README.md")
include_dependency(path)
replace(read(path, String), "```julia" => "```jldoctest")
end ->
module Aqua
end Aqua

using Base: PkgId
using Test
Expand Down

0 comments on commit 21d1adc

Please sign in to comment.