Skip to content

Commit 7e1e778

Browse files
authored
Fix README libtdson -> libtdjson typo
1 parent 5c72714 commit 7e1e778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Client methods are being executed asynchronously and return Concurrent::Promises
121121

122122
```ruby
123123
TD.configure do |config|
124-
config.lib_path = 'path/to/dir_containing_libtdjson' # libtdson will be searched in this directory (*.so, *.dylib, *.dll are valid extensions). For Rails projects, if not set, will be considered as project_root_path/vendor. If not set and file doesn't exist in vendor, it will try to find lib by ldconfig (only on Linux).
124+
config.lib_path = 'path/to/dir_containing_libtdjson' # libtdjson will be searched in this directory (*.so, *.dylib, *.dll are valid extensions). For Rails projects, if not set, will be considered as project_root_path/vendor. If not set and file doesn't exist in vendor, it will try to find lib by ldconfig (only on Linux).
125125
config.encryption_key = 'your_encryption_key' # it's not required
126126

127127
config.client.api_id = 12345

0 commit comments

Comments
 (0)