Skip to content

Commit 3b3e83b

Browse files
committed
updated readme
1 parent eb87276 commit 3b3e83b

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ PyPCAPKit - Comprehensive Network Packet Analysis Library
77
.. |docs| replace:: **Official Documentation**
88
.. _docs: https://jarryshaw.github.io/PyPCAPKit/
99

10-
The PyPCAPKit project is an open source Python program focus
11-
on `PCAP`_ parsing and analysis, which works as a network
12-
packet extraction, construction and analysis library. With
13-
support of `DictDumper`_, it shall support multiple output
14-
report formats.
10+
The PyPCAPKit project is an open source Python program focus on network packet
11+
parsing and analysis, which works as a comprehensive `PCAP`_ file extraction,
12+
construction and analysis library.
1513

1614
The whole project supports **Python 3.6** or later.
1715

docs/source/index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
PyPCAPKit - Comprehensive Network Packet Analysis Library
88
=========================================================
99

10-
The PyPCAPKit project is an open source Python program focus
11-
on `PCAP`_ parsing and analysis, which works as a network
12-
packet extraction, construction and analysis library. With
13-
support of `DictDumper`_, it shall support multiple output
14-
report formats.
10+
The PyPCAPKit project is an open source Python program focus on network packet
11+
parsing and analysis, which works as a comprehensive `PCAP`_ file extraction,
12+
construction and analysis library.
1513

1614
.. important::
1715

@@ -31,7 +29,7 @@ report formats.
3129
About
3230
=====
3331

34-
:mod:`PyPCAPKit <pcapkit>` is an independent open source library, using only
32+
:mod:`PyPCAPKit <pcapkit>` is an independent open source library, with
3533
:mod:`DictDumper <dictdumper>` as its formatted output dumper.
3634

3735
.. note::

0 commit comments

Comments
 (0)