defmodule JsClient do @moduledoc File.read!("README.md") |> String.split("") |> Enum.drop(1) |> hd() end