Skip to content

require line in documentation incorrect? #3

@sloth456

Description

@sloth456

The README has a usage example as follows

require "trade-client"
client = Coinfloor::CFClient.new("wss://api.coinfloor.co.uk", ID, "PASSWORD", "API_KEY")

require "trade-client"

Did not work for me. I had to change the hyphen to an underscore as below

require "trade_client"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions