Skip to content

Commit 8ee0dbe

Browse files
committed
Better wording + attribution
1 parent 6689c7b commit 8ee0dbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Parsley::SYSLOG_KEYS
4141
#=> [:priority, :syslog_version, :emitted_at, :hostname, :appname, :proc_id, :msg_id, :structured_data, :message]
4242
```
4343

44-
To parse of messages is invoked with the `events` method.
44+
To parse a message packet, invoke the `events` method.
4545

4646
```ruby
4747
msg_str = "156 <40>1 2012-11-30T06:45:26+00:00 heroku web.3 d.73ea7440-270a-435a-a0ea-adf50b4e5f5a - Starting process with command `bundle exec rackup config.ru -p 24405`"
@@ -51,6 +51,10 @@ log_parser.events(msg_str) do |event|
5151
end
5252
```
5353

54+
## Contributions
55+
56+
* [Ryan Smith](https://github.com/ryandotsmith/) for his work on [l2met](https://github.com/ryandotsmith/l2met) which forms the foundation of Parsley.
57+
5458
## Todos
5559

5660
* TESTS!!!!

0 commit comments

Comments
 (0)